The following line produces a RangeError: ``` new IntervalTree(1).add([1073741824, 1073741825, 'hello']); ``` The exact error in Chrome is: ``` Uncaught RangeError: Maximum call stack size exceeded - SortedList.js:26 ```