diff --git a/src/Transaction.js b/src/Transaction.js index 5daffb17..bebac861 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -675,7 +675,7 @@ module.exports = function (Y/* :any */) { } if (this.store.forwardAppliedOperations) { var ops = [] - ops.push({struct: 'Delete', target: [d[0], d[1]], length: del[2]}) + ops.push({struct: 'Delete', target: [del[0], del[1]], length: del[2]}) this.store.y.connector.broadcastOps(ops) } }