typo in docs
This commit is contained in:
parent
ba3416784f
commit
1737b452cf
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Ox.FormElementGroup = function(options, self) {
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
replaceElement <f> replaceElement
|
replaceElement <f> replaceElement
|
||||||
(pos, element) -> <u> replcae element at position
|
(pos, element) -> <u> replace element at position
|
||||||
@*/
|
@*/
|
||||||
that.replaceElement = function(pos, element) {
|
that.replaceElement = function(pos, element) {
|
||||||
Ox.Log('Form', 'Ox.FormElementGroup replaceElement', pos, element)
|
Ox.Log('Form', 'Ox.FormElementGroup replaceElement', pos, element)
|
||||||
|
|
Loading…
Reference in a new issue