Skip to content

Commit

Permalink
rename MultiRootIdsTree -> MultiRootTree
Browse files Browse the repository at this point in the history
  • Loading branch information
episage committed Sep 19, 2016
1 parent ffdacc2 commit b14e4bc
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 46 deletions.
1 change: 0 additions & 1 deletion dist/lib/MultiRootIdsTree.js.map

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export declare enum Direction {
INSIDE_AT_END = 2,
INSIDE_AT_START = 3,
}
export default class MultiRootIdsTree {
export default class MultiRootTree {
rootIds: Array<string>;
nodes: {
[id: string]: Array<string>;
Expand Down
62 changes: 31 additions & 31 deletions dist/lib/MultiRootIdsTree.js → dist/lib/MultiRootTree.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b14e4bc

Please sign in to comment.