From 7b5c2385722fc4c911d1035d6b2ca5842ed52fc5 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 23 Apr 2015 14:52:08 -0400 Subject: [PATCH] Fix typo --- static/js/graphing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/graphing.js b/static/js/graphing.js index 6b945c877..82ed57cc0 100644 --- a/static/js/graphing.js +++ b/static/js/graphing.js @@ -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;