mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-13 14:21:04 +08:00
fix sqlite property
This commit is contained in:
parent
a6d5d51489
commit
b9d9f0bd54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user