replace tabs with spaces; add fixme

This commit is contained in:
rolux 2012-08-29 17:41:40 +02:00
parent b5a2e80878
commit 5e39926816

View file

@ -302,6 +302,7 @@ Ox.SplitPanel = function(options, self) {
(id) -> <o> The SplitPanel (id) -> <o> The SplitPanel
id <s|i> The element's id or position id <s|i> The element's id or position
@*/ @*/
// FIXME: isn't 'toggle' reserved by jQuery?
that.toggle = function(id) { that.toggle = function(id) {
// one can pass pos instead of id // one can pass pos instead of id
var pos = Ox.isNumber(id) ? id : getPositionById(id), var pos = Ox.isNumber(id) ? id : getPositionById(id),