typo in docs

This commit is contained in:
rolux 2015-02-15 10:02:11 +00:00
parent ba3416784f
commit 1737b452cf

View file

@ -103,7 +103,7 @@ Ox.FormElementGroup = function(options, self) {
/*@
replaceElement <f> replaceElement
(pos, element) -> <u> replcae element at position
(pos, element) -> <u> replace element at position
@*/
that.replaceElement = function(pos, element) {
Ox.Log('Form', 'Ox.FormElementGroup replaceElement', pos, element)