dont run unfinished code
This commit is contained in:
parent
69933ce94c
commit
aaf76e0a52
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ Ox.$ = Ox.element = function(value) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeOxElements(parent, includeParent) {
|
function removeOxElements(parent, includeParent) {
|
||||||
|
return;
|
||||||
if (includeParent) {
|
if (includeParent) {
|
||||||
removeOxElement(parent);
|
removeOxElement(parent);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue