fix sqlite property
This commit is contained in:
parent
a6d5d51489
commit
b9d9f0bd54
@ -64,7 +64,8 @@ export interface SQLiteTransaction {
|
|||||||
export class SQLiteObject {
|
export class SQLiteObject {
|
||||||
constructor(public _objectInstance: any) {}
|
constructor(public _objectInstance: any) {}
|
||||||
|
|
||||||
@InstanceProperty databaseFeatures: { isSQLitePluginDatabase: boolean };
|
@InstanceProperty() databaseFeatures: { isSQLitePluginDatabase: boolean };
|
||||||
|
@InstanceProperty() openDBs: any;
|
||||||
|
|
||||||
@CordovaInstance({
|
@CordovaInstance({
|
||||||
sync: true
|
sync: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user