Skip to content

Commit 05ca413

Browse files
committed
Add comments
1 parent 01dc2d5 commit 05ca413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data-structures/interval-tree.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// The implementation doesn't work properly!
2+
// Most of the operations are still buggy, not properly implemented.
13
(function (exports) {
24
'use strict';
35

0 commit comments

Comments
 (0)