mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 16:44:26 +02:00
ok with grunt
This commit is contained in:
parent
efc67cbff2
commit
f7e5e5ac71
7 changed files with 27619 additions and 5 deletions
|
@ -2,7 +2,7 @@ var _ = require('underscore');
|
|||
var Backbone = require('backbone');
|
||||
var GRAPHICS = require('../util/constants').GRAPHICS;
|
||||
|
||||
var VisBase = require('../visuals/tree').VisBase;
|
||||
var VisBase = require('../visuals/visBase').VisBase;
|
||||
|
||||
var randomHueString = function() {
|
||||
var hue = Math.random();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue