We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dd792 commit 173a75fCopy full SHA for 173a75f
scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Model/ElementsPropertyInfo.js
@@ -8,7 +8,7 @@ Jsonix.Model.ElementsPropertyInfo = Jsonix
8
Jsonix.Util.Ensure.ensureObject(mapping);
9
Jsonix.Model.AbstractElementsPropertyInfo.prototype.initialize
10
.apply(this, [ mapping ]);
11
- var etis = mapping.elementTypeInfos||mapping.etis||undefined;
+ var etis = mapping.elementTypeInfos||mapping.etis||[];
12
Jsonix.Util.Ensure.ensureArray(etis);
13
this.elementTypeInfos = etis;
14
},
0 commit comments