Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
This commit is contained in:
commit
a2e0804960
1 changed files with 2 additions and 0 deletions
|
@ -909,6 +909,8 @@ FileTreeBase.prototype.calculateDimensions_ = function(container) {
|
|||
* Updates the dimensions of the tree.
|
||||
*/
|
||||
FileTreeBase.prototype.updateDimensions_ = function() {
|
||||
if (!this.rootSvg_) { return; }
|
||||
|
||||
var container = this.container_;
|
||||
var dimensions = this.calculateDimensions_(container);
|
||||
|
||||
|
|
Reference in a new issue