diff --git a/apps/gpsrec/settings.js b/apps/gpsrec/settings.js index 25feadd7c..287073b0c 100644 --- a/apps/gpsrec/settings.js +++ b/apps/gpsrec/settings.js @@ -1,4 +1,4 @@ (function(back) { - // just go right to our app - we need all the memory + // just go right to our app - we need all the memory */ load("gpsrec.app.js"); -})() // FIXME: Since this is called directly, should it still have a semi-colon? +})() diff --git a/apps/gpssetup/settings.js b/apps/gpssetup/settings.js index 71a64f69b..59988b788 100644 --- a/apps/gpssetup/settings.js +++ b/apps/gpssetup/settings.js @@ -1,4 +1,4 @@ (function(back) { - // just go right to our app + /* just go right to our app*/ load("gpssetup.app.js"); -})() // FIXME: Since this is called directly, should it still have a semi-colon? +})()