added offline editing demo 🌟

This commit is contained in:
Kevin Jahns
2015-10-18 03:07:34 +02:00
parent 04139d3b7e
commit 29f3f3f722
11 changed files with 165 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
/* global Y, async, databases */
/* eslint-env browser,jasmine,console */
for (var database of databases) {
for (let database of databases) {
describe(`Database (${database})`, function () {
var store
describe('DeleteStore', function () {