You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:29 UTC

[09/17] git commit: CB-6422 [windows8] use cordova/exec/proxy

CB-6422 [windows8] use cordova/exec/proxy


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/25f306d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/25f306d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/25f306d1

Branch: refs/heads/master
Commit: 25f306d11eb090805417a94e5feeb594e50959c0
Parents: 04de070
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:29:32 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:29:32 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/25f306d1/www/windows8/InAppBrowserProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/InAppBrowserProxy.js b/www/windows8/InAppBrowserProxy.js
index d173778..944284e 100644
--- a/www/windows8/InAppBrowserProxy.js
+++ b/www/windows8/InAppBrowserProxy.js
@@ -108,4 +108,4 @@ var IAB = {
 module.exports = IAB;
 
 
-require("cordova/windows8/commandProxy").add("InAppBrowser", module.exports);
+require("cordova/exec/proxy").add("InAppBrowser", module.exports);