diff --git a/apps/gpsnav/app.js b/apps/gpsnav/app.js index 99b5cf2c9..8903e07fb 100644 --- a/apps/gpsnav/app.js +++ b/apps/gpsnav/app.js @@ -182,7 +182,7 @@ function setButtons(){ setWatch(nextwp.bind(null,-1), BTN1, {repeat:true,edge:"falling"}); setWatch(doselect, BTN2, {repeat:true,edge:"falling"}); setWatch(nextwp.bind(null,1), BTN3, {repeat:true,edge:"falling"}); -}; +} var SCREENACCESS = { withApp:true,