aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 6b68902..959a19e 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -35,7 +35,7 @@ var tpl = {
};
-;(function (FMS, Backbone, _, $) {
+(function (FMS, Backbone, _, $) {
_.extend(FMS, {
templates: [
'home', 'around', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent'
@@ -93,7 +93,7 @@ var androidStartUp = function() {
} else {
window.setTimeout( androidStartUp, 1000 );
}
-}
+};
document.addEventListener('deviceready', FMS.initialize, false);
window.setTimeout( androidStartUp, 2000 );