added js-module configuration
This commit is contained in:
parent
7d6dc4cc58
commit
3f9a4738e1
@ -6,6 +6,10 @@ id="org.apache.cordova.core.InAppBrowser"
|
|||||||
version="0.1.0">
|
version="0.1.0">
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
|
|
||||||
|
<js-module src="www/InAppBrowser.js" name="InAppBrowser">
|
||||||
|
<clobbers target="window.InAppBrowser" />
|
||||||
|
</js-module>
|
||||||
|
|
||||||
<!-- android -->
|
<!-- android -->
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
|
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
|
||||||
|
Loading…
Reference in New Issue
Block a user