From 62d96cd8227e3dcf564696639b37bfeefb654180 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Aug 2014 17:38:58 +0200 Subject: [PATCH] typo --- source/Ox/js/DOM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/DOM.js b/source/Ox/js/DOM.js index 59490b1b..a8d680d5 100644 --- a/source/Ox/js/DOM.js +++ b/source/Ox/js/DOM.js @@ -56,7 +56,7 @@ Ox.$ = Ox.element = function(value) { if (includeParent) { removeOxElement(parent); } else { - parent.find('.OxElement').forEach(removeOxElement); + $(parent).find('.OxElement').forEach(removeOxElement); } function removeOxElement(element) { Ox.getOxElement(element).removeElement();