Implemented support for composite type, fixed insert type issues for y-array

This commit is contained in:
Kevin Jahns
2016-02-29 13:46:08 +01:00
parent effc2fe576
commit ba4f444f32
4 changed files with 19 additions and 15 deletions

View File

@@ -64,7 +64,7 @@ module.exports = function (Y/* :any */) {
if (op.parentSub != null) {
e.parentSub = op.parentSub
}
if (op.opContent != null) {
if (op.hasOwnProperty('opContent')) {
e.opContent = op.opContent
} else {
e.content = op.content