File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ npm install can-binarytree --save
48
48
49
49
Use ` require ` in Node/Browserify workflows to import ` can-binarytree ` like:
50
50
51
- ```
52
- var set = require('can-binarytree');
51
+ ``` js
52
+ var binaryTree = require (' can-binarytree' );
53
53
```
54
54
55
55
Use ` define ` , ` require ` or ` import ` in [ StealJS] ( http://stealjs.com )
56
56
workflows to import ` can-binarytree ` like:
57
57
58
- ```
59
- import set from 'can-binarytree'
58
+ ``` js
59
+ import binaryTree from ' can-binarytree'
60
60
```
61
61
62
62
Once you've imported ` can-binarytree ` into your project, use it to
@@ -262,7 +262,6 @@ A reference to the `Node` contstructor used internally by `can.RBTreeList` to
262
262
create nodes.
263
263
264
264
265
-
266
265
### can.RBTree
267
266
268
267
* Coming soon*
You can’t perform that action at this time.
0 commit comments