fixed some tests, lint, better run-scripts

This commit is contained in:
Kevin Jahns
2015-09-16 16:25:30 +02:00
parent 2a601ac6f6
commit 6f3a291ef5
8 changed files with 47 additions and 59 deletions

View File

@@ -207,7 +207,9 @@ class RBTree { // eslint-disable-line no-unused-vars
o_['id[1]'] = id[1]
os.push(o_)
})
console.table(os)
if (console.table != null) {
console.table(os)
}
}
find (id) {
return this.findNode(id).val