Fixed issues

This commit is contained in:
Pierre
2017-06-18 11:14:26 +02:00
parent c97b51620a
commit 5ccb548e37
4 changed files with 67 additions and 13 deletions

View File

@ -133,7 +133,6 @@ function clearObject(object){
//Check if the node is an object
if(object[i].toString() === "[object Object]"){
clearObject(object[i]); //Delete object content
console.log("Hello world");
}
//Delete node