From 8c0380f48e5198f23d8e75689b2b72088e95face Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Wed, 30 Oct 2024 20:24:21 +0100 Subject: [PATCH] gpsrec + gpssetup: tweak comments --- apps/gpsrec/settings.js | 4 ++-- apps/gpssetup/settings.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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? +})()