mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
ALL DONE with: commit, status, export, log, bookmark, update, backout, histedit, pull, ammend, summary
This commit is contained in:
parent
a033173281
commit
8acfe45874
7 changed files with 161 additions and 51 deletions
|
@ -7,6 +7,7 @@ var toGlobalize = {
|
|||
CommandModel: require('../models/commandModel'),
|
||||
Levels: require('../git/treeCompare'),
|
||||
Constants: require('../util/constants'),
|
||||
Commands: require('../commands'),
|
||||
Collections: require('../models/collections'),
|
||||
Async: require('../visuals/animation'),
|
||||
AnimationFactory: require('../visuals/animation/animationFactory'),
|
||||
|
@ -30,6 +31,7 @@ var toGlobalize = {
|
|||
|
||||
_.each(toGlobalize, function(module) {
|
||||
for (var key in module) {
|
||||
console.log('assigning', key);
|
||||
window['debug_' + key] = module[key];
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue