You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:27:04 UTC

[10/13] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


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

Branch: refs/heads/master
Commit: 1ce5dca61a842ca228ca7924c76a88fe75f13011
Parents: 08f66a7
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:50:54 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:49:16 2013 +0200

----------------------------------------------------------------------
 www/windows8/InAppBrowserProxy.js | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/1ce5dca6/www/windows8/InAppBrowserProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/InAppBrowserProxy.js b/www/windows8/InAppBrowserProxy.js
index 273f303..7cb98a7 100644
--- a/www/windows8/InAppBrowserProxy.js
+++ b/www/windows8/InAppBrowserProxy.js
@@ -19,7 +19,7 @@ cordova.define("org.apache.cordova.inappbrowser.InAppBrowserProxy", function(req
  *
 */
 
-/*global Windows:true */  
+/*global Windows:true */
 
 
 
@@ -89,13 +89,8 @@ var IAB = {
             window.location = strUrl;
         }
 
-
-
-        
-
         //var object = new WinJS.UI.HtmlControl(elem, { uri: strUrl });
 
-
     },
 
     injectScriptCode:function(code, bCB) {
@@ -108,10 +103,7 @@ var IAB = {
     }
 };
 
-
-
-
 module.exports = IAB;
 
 
-require("cordova/commandProxy").add("InAppBrowser",IAB);});
+require("cordova/windows8/commandProxy").add("InAppBrowser",module.exports);