mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(sqlite): fix doc generation issue
This commit is contained in:
parent
a28de660bc
commit
362ae4422b
@ -60,7 +60,7 @@ export class SQLiteObject {
|
|||||||
transaction(fn: any): Promise<any> { return; }
|
transaction(fn: any): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param fn {(tx: SQLiteTransaction) => void}
|
* @param fn {Function}
|
||||||
* @returns {Promise<any>}
|
* @returns {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@CordovaInstance()
|
@CordovaInstance()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user