fixed sync issue with "preferUntransformed"

This commit is contained in:
Kevin Jahns 2017-05-03 18:00:20 +02:00
parent 74b41e03e3
commit 2c343970c4

View File

@ -1022,7 +1022,7 @@ module.exports = function (Y/* :any */) {
var ops = []
yield* this.os.iterate(this, null, null, function * (op) {
if (op.id[0] !== '_') {
ops.push(Y.Struct[op.struct].encode(op))
ops.push(op)
}
})
return {