|
|
@ -7,7 +7,7 @@ |
|
|
|
BI.BorderLayout = BI.inherit(BI.Layout, { |
|
|
|
BI.BorderLayout = BI.inherit(BI.Layout, { |
|
|
|
props: function () { |
|
|
|
props: function () { |
|
|
|
return BI.extend(BI.BorderLayout.superclass.props.apply(this, arguments), { |
|
|
|
return BI.extend(BI.BorderLayout.superclass.props.apply(this, arguments), { |
|
|
|
baseCls: "bi-border", |
|
|
|
baseCls: "bi-border-layout", |
|
|
|
items: {} |
|
|
|
items: {} |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|