|
|
@ -197,9 +197,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
if (BI.isArray(els)) { |
|
|
|
if (BI.isArray(els)) { |
|
|
|
BI.each(els, function (i, el) { |
|
|
|
BI.each(els, function (i, el) { |
|
|
|
|
|
|
|
if (el) { |
|
|
|
BI._lazyCreateWidget(el, { |
|
|
|
BI._lazyCreateWidget(el, { |
|
|
|
element: self |
|
|
|
element: self |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
// if (this._isRoot === true || !(this instanceof BI.Layout)) {
|
|
|
|
// if (this._isRoot === true || !(this instanceof BI.Layout)) {
|
|
|
|