[windows8] commandProxy was moved

This commit is contained in:
purplecabbage 2013-09-24 01:50:54 -07:00
parent eef27f8891
commit 6735207936

View File

@ -19,7 +19,7 @@ cordova.define("org.apache.cordova.core.inappbrowser.InAppBrowserProxy", functio
*
*/
/*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);