mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
more refactor
This commit is contained in:
parent
4e30d1b511
commit
527ec6a123
2 changed files with 3 additions and 2 deletions
|
@ -28,10 +28,8 @@ var Visualization = Backbone.View.extend({
|
|||
this.gitEngine.init();
|
||||
this.gitVisuals.assignGitEngine(this.gitEngine);
|
||||
|
||||
// needs to be called before raphael ready
|
||||
this.myResize();
|
||||
$(window).on('resize', _.bind(this.myResize, this));
|
||||
|
||||
this.gitVisuals.drawTreeFirstTime();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue