src\gui\explorer.js, line 51:
this.allLeaves[this.firstOne].unfoldTo(id);
this.firstOne property is undefined (maybe use this.root.id ?)
src\gui\explorer.js, line 56:
h[leave.id]=b;
b variable is undefined.
Log in to post a comment.