stuff
This commit is contained in:
parent
2b3236a791
commit
0c24e2ac90
|
@ -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
Loading…
Reference in New Issue