Update startApp.js

This commit is contained in:
Лампуша
2014-07-08 11:06:26 +04:00
parent 275a32070a
commit 2d1d731382
+1 -2
View File
@@ -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);
}
}
}