replace tabs with spaces; add fixme
This commit is contained in:
parent
b5a2e80878
commit
5e39926816
1 changed files with 22 additions and 21 deletions
|
@ -302,6 +302,7 @@ Ox.SplitPanel = function(options, self) {
|
|||
(id) -> <o> The SplitPanel
|
||||
id <s|i> The element's id or position
|
||||
@*/
|
||||
// FIXME: isn't 'toggle' reserved by jQuery?
|
||||
that.toggle = function(id) {
|
||||
// one can pass pos instead of id
|
||||
var pos = Ox.isNumber(id) ? id : getPositionById(id),
|
||||
|
|
Loading…
Reference in a new issue