found bug: types are not called anymore

This commit is contained in:
Kevin Jahns 2016-03-11 01:08:26 +01:00
parent d79e3102fc
commit c9c00b5a08

View File

@ -375,7 +375,7 @@ module.exports = function (Y /* :any */) {
}
// notify parent, if it was instanciated as a custom type
if (t != null && opIsDeleted) {
if (t != null && !opIsDeleted) {
yield* t._changed(transaction, Y.utils.copyObject(op))
}
}