mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +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();
|
||||
},
|
||||
|
||||
|
|
3
todo.txt
3
todo.txt
|
@ -5,6 +5,9 @@ Big Graphic things:
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- better dialog
|
||||
|
||||
Big things:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Medium things:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- gitEngine loads from tree immediately, not the weird thing we have now!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue