mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +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; }
|
||||
|
||||
/**
|
||||
* @param fn {(tx: SQLiteTransaction) => void}
|
||||
* @param fn {Function}
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@CordovaInstance()
|
||||
|
Loading…
Reference in New Issue
Block a user