typo in documentation
This commit is contained in:
parent
9b69d3d951
commit
30f1fb65f2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||
'use strict';
|
||||
/*@
|
||||
Ox.SplitPanel <f:Ox.Element> SpliPanel Object
|
||||
Ox.SplitPanel <o:Ox.Element> SpliPanel Object
|
||||
() -> <f> SpliPanel Object
|
||||
(options) -> <f> SpliPanel Object
|
||||
(options, self) -> <f> SpliPanel Object
|
||||
|
@ -185,7 +185,7 @@ Ox.SplitPanel = function(options, self) {
|
|||
};
|
||||
|
||||
/*@
|
||||
repleaseElement <f> replace panel element
|
||||
replaceElement <f> Replace panel element
|
||||
(id, element) -> <f> replace element
|
||||
id <s|i> The element's id or position
|
||||
element <o> new element
|
||||
|
|
Loading…
Reference in a new issue