typos in Ox.$
This commit is contained in:
parent
a99ab2429e
commit
f524e612c7
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ Ox.$ = Ox.element = function $(value) {
|
|||
(object) -> <o> This DOM object
|
||||
object <o> Another DOM object
|
||||
@*/
|
||||
replaceWith: function replaceWith($element) {
|
||||
replaceWith: function replaceWith($other) {
|
||||
elements.forEach(function(element) {
|
||||
var parent = element.parentNode,
|
||||
sibling = element.nextSibling;
|
||||
|
|
Loading…
Reference in a new issue