Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
This commit is contained in:
commit
6067dcf3d5
1 changed files with 4 additions and 0 deletions
|
@ -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_;
|
||||
|
|
Reference in a new issue