Browse Source

Corrected js module namespace

master
Ben Ashton 3 years ago
parent
commit
81b7ed6414
  1. 4
      plugin.xml

4
plugin.xml

@ -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…
Cancel
Save