Skip to content

Commit

Permalink
Se modifica hide para funcionamiento sin parametros
Browse files Browse the repository at this point in the history
  • Loading branch information
rmendozah committed May 31, 2018
1 parent d8a3edf commit 88a6ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/webViewPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = (function() {
};

var _hide = function(successCallback, errorCallback, params) {
cordova.exec(successCallback, errorCallback, 'WebViewPlugin', 'hide', params);
cordova.exec(successCallback, errorCallback, 'WebViewPlugin', 'hide', params ? params : []);
};

var _hideLoading = function(successCallback, errorCallback) {
Expand Down

0 comments on commit 88a6ef6

Please sign in to comment.