mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
ok, decoupled vis details from git engine. now for big switch away from arbor.js to raphael with my own tree drawing algorithm. deep breath......
This commit is contained in:
parent
cf8e8557f3
commit
f5fcd32815
3 changed files with 28 additions and 7 deletions
|
@ -33,10 +33,11 @@ $(document).ready(function(){
|
|||
collection: commandCollection
|
||||
});
|
||||
|
||||
gitEngine = new GitEngine({
|
||||
gitVisuals = new GitVisuals({
|
||||
collection: commitCollection
|
||||
});
|
||||
gitVisuals = new GitVisuals({
|
||||
|
||||
gitEngine = new GitEngine({
|
||||
collection: commitCollection
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue