mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
fix sqlite property
This commit is contained in:
@@ -64,7 +64,8 @@ export interface SQLiteTransaction {
|
||||
export class SQLiteObject {
|
||||
constructor(public _objectInstance: any) {}
|
||||
|
||||
@InstanceProperty databaseFeatures: { isSQLitePluginDatabase: boolean };
|
||||
@InstanceProperty() databaseFeatures: { isSQLitePluginDatabase: boolean };
|
||||
@InstanceProperty() openDBs: any;
|
||||
|
||||
@CordovaInstance({
|
||||
sync: true
|
||||
|
||||
Reference in New Issue
Block a user