update InAppBrowserProxy.js

This commit is contained in:
Willy Aguirre 2014-07-29 06:20:54 -05:00
parent 61239c12e8
commit cc2f8966ba

View File

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