This commit is contained in:
Mirco Wittrien 2019-11-05 16:29:14 +01:00
parent 2b3236a791
commit 0c24e2ac90
2 changed files with 2 additions and 1 deletions

View File

@ -1417,6 +1417,7 @@ var BDFDB = {
config.props = config.props && !BDFDB.ArrayUtils.is(config.props) ? Array.of(config.props) : config.props;
var parent = firstarray = instance;
while (!BDFDB.ArrayUtils.is(firstarray) && firstarray.props && firstarray.props.children) firstarray = firstarray.props.children;
if (!BDFDB.ArrayUtils.is(firstarray)) firstarray = [];
return getChildren(instance);
function getChildren (children) {
var result = [firstarray, -1];

File diff suppressed because one or more lines are too long