Menu

#255 undefined properties in explorer.js

open
nobody
5
2005-08-25
2005-08-25
Alexander
No

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.

Discussion


Log in to post a comment.