Skip to content

Commit

Permalink
Minor change and added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
c3r38r170 committed Aug 7, 2021
1 parent 47885a9 commit 46db778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
1 change: 1 addition & 0 deletions c3r38r17ools.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function createNode(element,options,onlyChild){
return element;
}

//TODO add some checking for parent, see if returning something else is better
function addNode(parent,...children){
let results=[];
for(let child of children)
Expand Down

0 comments on commit 46db778

Please sign in to comment.