test suite works again with "contentS" feature!

This commit is contained in:
Kevin Jahns
2016-04-11 15:07:08 +02:00
parent 08a79d0e7b
commit f3fadd3895
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ module.exports = function (Y/* :any */) {
} else {
if (right == null || left == null) {
if (right == null) {
parent.end = op.id
parent.end = Y.utils.getLastId(op)
}
if (left == null) {
parent.start = op.id