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:
Peter Cottle 2012-09-16 10:18:58 -07:00
parent cf8e8557f3
commit f5fcd32815
3 changed files with 28 additions and 7 deletions

View file

@ -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
});