diff --git a/source/Ox/js/DOM.js b/source/Ox/js/DOM.js index 66677074..184e6ee2 100644 --- a/source/Ox/js/DOM.js +++ b/source/Ox/js/DOM.js @@ -588,7 +588,7 @@ Ox.$ = Ox.element = function $(value) { (object) -> This DOM object object Another DOM object @*/ - replaceWith: function replaceWith($element) { + replaceWith: function replaceWith($other) { elements.forEach(function(element) { var parent = element.parentNode, sibling = element.nextSibling;