Fix typo
This commit is contained in:
parent
407bd0cd72
commit
7b5c238572
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ ImageHistoryTree.prototype.collapseNodes_ = function(node) {
|
|||
var encountered = [];
|
||||
while (current.children
|
||||
&& current.children.length == 1
|
||||
&& curren.tags
|
||||
&& current.tags
|
||||
&& current.tags.length == 0) {
|
||||
encountered.push(current);
|
||||
previous = current;
|
||||
|
|
Reference in a new issue