This commit is contained in:
Joseph Schorr 2015-04-23 14:52:08 -04:00
parent 407bd0cd72
commit 7b5c238572

View file

@ -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;