consolidation

This commit is contained in:
Peter Cottle 2012-12-14 01:44:59 -08:00
parent 4607d130ce
commit 6b125d194c
9 changed files with 1284 additions and 1284 deletions

View file

@ -1,4 +1,4 @@
var Main = require('../app/main');
var Main = require('../app');
var GRAPHICS = require('../constants').GRAPHICS;
var GLOBAL = require('../constants').GLOBAL;
@ -6,7 +6,7 @@ var Collections = require('../collections');
var CommitCollection = Collections.CommitCollection;
var BranchCollection = Collections.BranchCollection;
var Tree = require('../tree');
var Tree = require('../visuals/tree');
var VisEdgeCollection = Tree.VisEdgeCollection;
var VisBranchCollection = Tree.VisBranchCollection;
var VisNode = Tree.VisNode;