Merge branch '2.0' into windows-mode

This commit is contained in:
Brandy Carney
2016-02-23 13:43:05 -05:00
7 changed files with 67 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ const win :any = window;
* });
*
* // Sql storage also exposes the full engine underneath
* storage.query('insert into projects(name, data) values('Cool Project', 'blah')');
* storage.query('insert into projects(name, data) values("Cool Project", "blah")');
* storage.query('select * from projects').then((resp) => {})
* ```
*