forked from 0x2620/oxjs
cleanup, again
This commit is contained in:
parent
2809a5d06d
commit
094b1a59ec
34 changed files with 93 additions and 101 deletions
|
|
@ -170,12 +170,11 @@ Ox.SplitPanel = function(options, self) {
|
|||
}
|
||||
self.$resizebars[i == 0 ? 0 : 1].options({size: element.size});
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
/*@
|
||||
isCollapsed <f> panel collapsed state
|
||||
isCollapsed <f> panel collapsed state
|
||||
(id) -> <b> id or position of panel, returns collapsed state
|
||||
id <i> The element's id or position
|
||||
@*/
|
||||
|
|
@ -185,7 +184,7 @@ Ox.SplitPanel = function(options, self) {
|
|||
};
|
||||
|
||||
/*@
|
||||
repleaseElement <f> replace panel element
|
||||
repleaseElement <f> replace panel element
|
||||
(id, element) -> <f> replace element
|
||||
id <s|i> The element's id or position
|
||||
element <o> new element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue