Release 11.2.0

This commit is contained in:
Kevin Jahns
2016-05-10 18:13:01 +02:00
parent 6669be104e
commit f7ae62a906
4 changed files with 66 additions and 52 deletions

View File

@@ -254,14 +254,11 @@ module.exports = function (Y/* :any */) {
right = null
}
if (callType && !preventCallType) {
var type = this.store.initializedTypes[JSON.stringify(target.parent)]
if (type != null) {
yield* type._changed(this, {
struct: 'Delete',
target: target.id,
length: targetLength
})
}
yield* this.store.operationAdded(this, {
struct: 'Delete',
target: target.id,
length: targetLength
})
}
// need to gc in the end!
yield* this.store.addToGarbageCollector.call(this, target, left)