mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-01 00:00:05 +08:00
Update startApp.js
This commit is contained in:
+1
-2
@@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var exec = require('cordova/exec');
|
var exec = require('cordova/exec');
|
||||||
var platform = require('cordova/platform');
|
|
||||||
|
|
||||||
/** Open a native alert dialog, with a customizable title and button text.
|
/** Open a native alert dialog, with a customizable title and button text.
|
||||||
*
|
*
|
||||||
@@ -34,4 +33,4 @@ module.exports = {
|
|||||||
start: function(message, completeCallback, errorCallback) {
|
start: function(message, completeCallback, errorCallback) {
|
||||||
exec(completeCallback, errorCallback, "startApp", "start", (typeof message === 'string') ? [message] : message);
|
exec(completeCallback, errorCallback, "startApp", "start", (typeof message === 'string') ? [message] : message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user