Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-09-18 16:24:05 +02:00
parent 7cff234c26
commit 38a1dd1187
11 changed files with 376 additions and 161 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export class SQLiteObject {
* @returns {Promise<any>}
*/
@CordovaInstance()
sqlBatch(sqlStatements: string[] | string[][] | any[]): Promise<any> {
sqlBatch(sqlStatements: (string | string[] | any)[]): Promise<any> {
return;
}