mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
WIP for moving
This commit is contained in:
parent
119c4aea16
commit
1bd9ed3f7b
9 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@ var Backbone = require('backbone');
|
|||
var GRAPHICS = require('../util/constants').GRAPHICS;
|
||||
|
||||
var VisBase = require('../visuals/visBase').VisBase;
|
||||
var TreeCompare = require('../git/treeCompare');
|
||||
var TreeCompare = require('../graph/treeCompare');
|
||||
|
||||
var randomHueString = function() {
|
||||
var hue = Math.random();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue