Skip to content

Commit

Permalink
gpsrec + gpssetup: tweak comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Oct 30, 2024
1 parent 970cb19 commit 8c0380f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/gpsrec/settings.js
Original file line number Diff line number Diff line change
@@ -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?
})()
4 changes: 2 additions & 2 deletions apps/gpssetup/settings.js
Original file line number Diff line number Diff line change
@@ -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?
})()

0 comments on commit 8c0380f

Please sign in to comment.