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

@@ -36,7 +36,7 @@ var Struct = {
return [] // [op.target]
},
execute: function * (op) {
yield* this.deleteOperation(op.target)
return yield* this.deleteOperation(op.target)
}
},
Insert: {