This commit is contained in:
Kevin Jahns
2015-11-15 02:14:06 +01:00
parent 58a612eaa1
commit 8870fdc495
4 changed files with 6 additions and 5 deletions

View File

@@ -485,7 +485,7 @@ module.exports = function (Y) {
}
}
if (this.store.forwardAppliedOperations) {
var ops = deletions.map(function(d){
var ops = deletions.map(function (d) {
return {struct: 'Delete', target: [d[0], d[1]]}
})
this.store.y.connector.broadcast({