mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
there we go
This commit is contained in:
parent
2f57f4cfe3
commit
4e6e82e698
3 changed files with 44 additions and 3 deletions
|
@ -52,7 +52,7 @@ Sandbox.prototype.takeControl = function() {
|
|||
Main.getEventBaton().stealBaton('processSandboxCommand', this.processSandboxCommand, this);
|
||||
|
||||
// and our git shim
|
||||
// TODO HACKY
|
||||
// TODO HACKY needs to be AFTER PAPER INITIALIZE dropped down from visualization wtf
|
||||
setTimeout(_.bind(function() {
|
||||
this.gitShim.insertShim();
|
||||
}, this), 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue