mirror of https://github.com/espruino/BangleApps
gpsrec + gpssetup: tweak comments
parent
970cb199d1
commit
8c0380f48e
|
@ -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?
|
||||
})()
|
||||
|
|
|
@ -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?
|
||||
})()
|
||||
|
|
Loading…
Reference in New Issue