mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Reset appIsInstalled signature
This commit is contained in:
parent
ebf97733be
commit
fbdb79dee5
@ -43,8 +43,8 @@ FileOpener2.prototype.uninstall = function (packageId, callbackContext) {
|
||||
exec(callbackContext.success || null, callbackContext.error || null, 'FileOpener2', 'uninstall', [packageId]);
|
||||
};
|
||||
|
||||
FileOpener2.prototype.appIsInstalled = function (packageId, options) {
|
||||
options = options || {};
|
||||
FileOpener2.prototype.appIsInstalled = function (packageId, callbackContext) {
|
||||
callbackContext = callbackContext || {};
|
||||
exec(options.success || null, options.error || null, 'FileOpener2', 'appIsInstalled', [packageId]);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user