Changing the readme example to:
var Tree = require('interval-tree');
var itree = new Tree(300);
itree.add([22, 43, 'foo']);
Will raise a Maximum call stack size exceeded
in SortedList.js:26:17
.
Is there something wrong with this code?
ps. [email protected]