added js-module configuration

This commit is contained in:
hermwong 2013-05-16 15:15:42 -07:00
parent 7d6dc4cc58
commit 3f9a4738e1

View File

@ -6,6 +6,10 @@ id="org.apache.cordova.core.InAppBrowser"
version="0.1.0">
<name>InAppBrowser</name>
<js-module src="www/InAppBrowser.js" name="InAppBrowser">
<clobbers target="window.InAppBrowser" />
</js-module>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/cordova/plugins">