typos in Ox.$

This commit is contained in:
rolux 2014-08-27 12:06:54 +02:00
parent a99ab2429e
commit f524e612c7

View file

@ -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;