1
0
Fork 0
forked from 0x2620/oxjs

update documentation

This commit is contained in:
rolux 2012-06-02 11:25:52 +02:00
commit 2471577cf6
2 changed files with 8 additions and 9 deletions

View file

@ -200,7 +200,7 @@ Ox.SplitPanel = function(options, self) {
/*@
replaceElement <f> Replace panel element
(id, element) -> <f> replace element
id <s|i> The element's id or position
id <s|n> The element's id or position
element <o> new element
@*/
that.replaceElement = function(id, element) {