gpsrec + gpssetup: tweak comments

pull/3627/head
thyttan 2024-10-30 20:24:21 +01:00
parent 970cb199d1
commit 8c0380f48e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
(function(back) { (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"); load("gpsrec.app.js");
})() // FIXME: Since this is called directly, should it still have a semi-colon? })()

View File

@ -1,4 +1,4 @@
(function(back) { (function(back) {
// just go right to our app /* just go right to our app*/
load("gpssetup.app.js"); load("gpssetup.app.js");
})() // FIXME: Since this is called directly, should it still have a semi-colon? })()