dont run unfinished code

This commit is contained in:
j 2014-08-22 20:14:28 +02:00
parent 69933ce94c
commit aaf76e0a52

View file

@ -53,6 +53,7 @@ Ox.$ = Ox.element = function(value) {
}
function removeOxElements(parent, includeParent) {
return;
if (includeParent) {
removeOxElement(parent);
} else {