Corrected js module namespace
This commit is contained in:
parent
d3153f9e8a
commit
81b7ed6414
@ -5,8 +5,8 @@
|
|||||||
<description>Cordova SQLite Plugin</description>
|
<description>Cordova SQLite Plugin</description>
|
||||||
<license></license>
|
<license></license>
|
||||||
<keywords>cordova,sqlite</keywords>
|
<keywords>cordova,sqlite</keywords>
|
||||||
<js-module src="www/pawsqlite-cordova-adapter.js" name="PawSQLite">
|
<js-module src="www/pawsqlite-cordova-adapter.js" name="PawSQLiteCordovaAdapter">
|
||||||
<clobbers target="PawSQLite" />
|
<clobbers target="PawSQLiteCordovaAdapter" />
|
||||||
</js-module>
|
</js-module>
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<config-file target="res/xml/config.xml" parent="/*">
|
<config-file target="res/xml/config.xml" parent="/*">
|
||||||
|
Loading…
Reference in New Issue
Block a user