mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
one more converted
This commit is contained in:
parent
7ef0d19e12
commit
6ad4d17b82
6 changed files with 4168 additions and 3492 deletions
|
@ -4,8 +4,6 @@ var Collections = require('./collections');
|
|||
var CommitCollection = Collections.CommitCollection;
|
||||
var BranchCollection = Collections.BranchCollection;
|
||||
|
||||
var GitEngine = require('./git').GitEngine;
|
||||
|
||||
var Tree = require('./tree');
|
||||
var VisEdgeCollection = Tree.VisEdgeCollection;
|
||||
var VisBranchCollection = Tree.VisBranchCollection;
|
||||
|
@ -37,6 +35,7 @@ var Visualization = Backbone.View.extend({
|
|||
paper: this.paper
|
||||
});
|
||||
|
||||
var GitEngine = require('./git').GitEngine;
|
||||
this.gitEngine = new GitEngine({
|
||||
collection: this.commitCollection,
|
||||
branches: this.branchCollection,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue