|
|
@ -51,6 +51,7 @@ BI.CustomTree = BI.inherit(BI.Widget, { |
|
|
|
}, BI.deepClone(o.expander), { |
|
|
|
}, BI.deepClone(o.expander), { |
|
|
|
id: node.id, |
|
|
|
id: node.id, |
|
|
|
pId: node.pId, |
|
|
|
pId: node.pId, |
|
|
|
|
|
|
|
key: node.key, |
|
|
|
}); |
|
|
|
}); |
|
|
|
var el = BI.stripEL(node); |
|
|
|
var el = BI.stripEL(node); |
|
|
|
if (!BI.isWidget(el)) { |
|
|
|
if (!BI.isWidget(el)) { |
|
|
|