mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
undo the splash screen for now
This commit is contained in:
@@ -227,7 +227,7 @@ PhoneGap.callbacks = {};
|
||||
* @param {String[]} [args] Zero or more arguments to pass to the method
|
||||
*/
|
||||
PhoneGap.exec = function(clazz, action, args) {
|
||||
CommandManager.exec(clazz, action, callbackId, JSON.stringify(args), false);
|
||||
return CommandManager.exec(clazz, action, callbackId, JSON.stringify(args), false);
|
||||
};
|
||||
|
||||
PhoneGap.execAsync = function(success, fail, clazz, action, args) {
|
||||
|
||||
Reference in New Issue
Block a user