Merge branch 'master' of ssh://bitbucket.org/yackob03/quay

This commit is contained in:
Jake Moshenko 2014-04-30 18:48:56 -04:00
commit 6067dcf3d5

View file

@ -197,6 +197,10 @@ ImageHistoryTree.prototype.draw = function(container) {
.attr("class", "image-tree");
var vis = rootSvg.append("svg:g");
if (!vis) {
this.container_ = null;
return;
}
var formatComment = this.formatComment_;
var formatTime = this.formatTime_;