[Hackathon] Hg mode initial

This commit is contained in:
Peter Cottle 2013-07-31 13:44:13 -07:00
parent 52c6579fae
commit 0f1c9c4e7a
15 changed files with 443 additions and 26 deletions

View file

@ -31,7 +31,6 @@ var toGlobalize = {
_.each(toGlobalize, function(module) {
for (var key in module) {
console.log('assigning', key);
window['debug_' + key] = module[key];
}
});