This commit is contained in:
Kevin Jahns
2016-01-27 17:05:28 +01:00
parent 4b6352b11a
commit 89a6ec374e
5 changed files with 55 additions and 54 deletions

View File

@@ -365,7 +365,7 @@ module.exports = function (Y /* :any */) {
yield* Y.Struct['Delete'].execute.call(transaction, delop)
}
// notify parent, if it has been initialized as a custom type
// notify parent, if it was instanciated as a custom type
if (t != null) {
yield* t._changed(transaction, Y.utils.copyObject(op))
}