Heinz "Elliot The Robot"

Results 1 comments of Heinz "Elliot The Robot"

Found the problem in bubbletree.js: line 1146: if (node.children.length < 2) { // ..because if it has no children.. change to: if (node.children.length < 1) { // ..because if it...