From cc2f8966bad6f396df34a1c5ffc0aae71580fdc7 Mon Sep 17 00:00:00 2001 From: Willy Aguirre Date: Tue, 29 Jul 2014 06:20:54 -0500 Subject: [PATCH] update InAppBrowserProxy.js --- src/firefoxos/InAppBrowserProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js index 846f57a..63a85e3 100644 --- a/src/firefoxos/InAppBrowserProxy.js +++ b/src/firefoxos/InAppBrowserProxy.js @@ -168,4 +168,4 @@ var IABExecs = { module.exports = IABExecs; -require('cordova/firefoxos/commandProxy').add('InAppBrowser', module.exports); +require('cordova/exec/proxy').add('InAppBrowser', module.exports);