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