BangleApps/apps/gpsrec/settings.js

5 lines
179 B
JavaScript

(function(back) {
// 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?