mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
fix(plugin): don't bind to name field. Fixes #740
This commit is contained in:
@@ -31,7 +31,7 @@ declare var sqlitePlugin;
|
||||
*
|
||||
*/
|
||||
@Plugin({
|
||||
name: 'SQLite',
|
||||
pluginName: 'SQLite',
|
||||
pluginRef: 'sqlitePlugin',
|
||||
plugin: 'cordova-sqlite-storage',
|
||||
repo: 'https://github.com/litehelpers/Cordova-sqlite-storage'
|
||||
@@ -83,7 +83,7 @@ export class SQLite {
|
||||
});
|
||||
} else {
|
||||
pluginWarn({
|
||||
name: 'SQLite',
|
||||
pluginName: 'SQLite',
|
||||
plugin: 'cordova-sqlite-storage'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user