mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 03:52:51 +08:00
reset appIsInstalled exec
This commit is contained in:
parent
fbdb79dee5
commit
6865e950a1
@ -45,7 +45,7 @@ FileOpener2.prototype.uninstall = function (packageId, callbackContext) {
|
||||
|
||||
FileOpener2.prototype.appIsInstalled = function (packageId, callbackContext) {
|
||||
callbackContext = callbackContext || {};
|
||||
exec(options.success || null, options.error || null, 'FileOpener2', 'appIsInstalled', [packageId]);
|
||||
exec(callbackContext.success || null, callbackContext.error || null, 'FileOpener2', 'appIsInstalled', [packageId]);
|
||||
};
|
||||
|
||||
module.exports = new FileOpener2();
|
||||
|
Loading…
Reference in New Issue
Block a user