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);