diff --git a/www/startApp.js b/www/startApp.js index 88a2fea..5adea7f 100644 --- a/www/startApp.js +++ b/www/startApp.js @@ -20,7 +20,6 @@ */ var exec = require('cordova/exec'); -var platform = require('cordova/platform'); /** Open a native alert dialog, with a customizable title and button text. * @@ -34,4 +33,4 @@ module.exports = { start: function(message, completeCallback, errorCallback) { exec(completeCallback, errorCallback, "startApp", "start", (typeof message === 'string') ? [message] : message); } -} \ No newline at end of file +}