typo
This commit is contained in:
parent
6a7b2fa7d7
commit
62d96cd822
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Ox.$ = Ox.element = function(value) {
|
||||||
if (includeParent) {
|
if (includeParent) {
|
||||||
removeOxElement(parent);
|
removeOxElement(parent);
|
||||||
} else {
|
} else {
|
||||||
parent.find('.OxElement').forEach(removeOxElement);
|
$(parent).find('.OxElement').forEach(removeOxElement);
|
||||||
}
|
}
|
||||||
function removeOxElement(element) {
|
function removeOxElement(element) {
|
||||||
Ox.getOxElement(element).removeElement();
|
Ox.getOxElement(element).removeElement();
|
||||||
|
|
Loading…
Reference in a new issue