Release 11.2.4

This commit is contained in:
Kevin Jahns
2016-08-04 19:25:36 +02:00
parent f9315288d0
commit acbc884eb5
3 changed files with 3 additions and 3 deletions

View File

@@ -439,7 +439,7 @@ module.exports = function (Y /* :any */) {
// Delete if DS says this is actually deleted
var len = op.content != null ? op.content.length : 1
var startId = op.id // You must not use op.id in the following loop, because op will change when deleted
// TODO: !! console.log('TODO: change this before commiting')
// TODO: !! console.log('TODO: change this before commiting')
for (let i = 0; i < len; i++) {
var id = [startId[0], startId[1] + i]
var opIsDeleted = yield* transaction.isDeleted(id)