mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 16:44:26 +02:00
now wit debug
This commit is contained in:
parent
a1a84d9bfb
commit
e1ccf4afae
3 changed files with 1869 additions and 1742 deletions
3592
build/bundle.js
3592
build/bundle.js
File diff suppressed because it is too large
Load diff
16
src/debug.js
Normal file
16
src/debug.js
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
var toGlobalize = [
|
||||||
|
require('./tree'),
|
||||||
|
require('./visuals'),
|
||||||
|
require('./git'),
|
||||||
|
require('./commandModel'),
|
||||||
|
require('./levels'),
|
||||||
|
require('./constants'),
|
||||||
|
require('./collections'),
|
||||||
|
require('./async'),
|
||||||
|
require('./animationFactory')
|
||||||
|
];
|
||||||
|
|
||||||
|
_.each(toGlobalize, function(module) {
|
||||||
|
_.extend(window, module);
|
||||||
|
});
|
||||||
|
|
|
@ -965,4 +965,3 @@ exports.VisNode = VisNode;
|
||||||
exports.VisEdge = VisEdge;
|
exports.VisEdge = VisEdge;
|
||||||
exports.VisBranch = VisBranch;
|
exports.VisBranch = VisBranch;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue