mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
[Hackathon] Hg mode initial
This commit is contained in:
parent
52c6579fae
commit
0f1c9c4e7a
15 changed files with 443 additions and 26 deletions
|
@ -31,7 +31,6 @@ 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