You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2014/04/25 22:14:37 UTC

[3/5] git commit: refactoring fixed

refactoring fixed


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/88f330ab
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/88f330ab
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/88f330ab

Branch: refs/heads/master
Commit: 88f330abd804365170c20ef26fd705e4eb378d45
Parents: c14871d
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Wed Apr 9 15:16:52 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Wed Apr 9 15:16:52 2014 +0200

----------------------------------------------------------------------
 src/firefoxos/InAppBrowserProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/88f330ab/src/firefoxos/InAppBrowserProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js
index fc2388b..8ee3736 100644
--- a/src/firefoxos/InAppBrowserProxy.js
+++ b/src/firefoxos/InAppBrowserProxy.js
@@ -77,7 +77,7 @@ var IABExecs = {
 
             browserWrap.addEventListener('click', function () {
                 setTimeout(function () {
-                    IAB.close();
+                    IABExecs.close();
                 }, 0);
             }, false);
             var p = document.createElement('p');