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) {
|
||||
removeOxElement(parent);
|
||||
} else {
|
||||
parent.find('.OxElement').forEach(removeOxElement);
|
||||
$(parent).find('.OxElement').forEach(removeOxElement);
|
||||
}
|
||||
function removeOxElement(element) {
|
||||
Ox.getOxElement(element).removeElement();
|
||||
|
|
Loading…
Reference in a new issue