Update sqlite.ts (#1106)

Added a bracket to remove the syntax error
This commit is contained in:
Musa Haidari 2017-02-23 14:00:02 +04:30 committed by Ibby Hadeed
parent 4a39ebd873
commit 5ef669ae91

View File

@ -24,7 +24,7 @@ declare var sqlitePlugin;
* db.executeSql('create table danceMoves(name VARCHAR(32))', {}).then(() => {}).catch(() => {}); * db.executeSql('create table danceMoves(name VARCHAR(32))', {}).then(() => {}).catch(() => {});
* *
* }) * })
* .catch(error => console.error('Error opening database', error); * .catch(error => console.error('Error opening database', error));
* *
* *
* // OPTION B: Create a new instance of SQLite * // OPTION B: Create a new instance of SQLite