We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72433da commit 3813abbCopy full SHA for 3813abb
1 file changed
lib/tree.js
@@ -65,7 +65,7 @@ Tree.prototype.entryByIndex = function(i) {
65
* @return {TreeEntry}
66
*/
67
Tree.prototype.entryByName = function(name) {
68
- var entry = this.entryByname(name);
+ var entry = this.entryByName(name);
69
entry.parent = this;
70
return entry;
71
};
0 commit comments