there we go

This commit is contained in:
Peter Cottle 2013-01-02 16:39:11 -08:00
parent 2f57f4cfe3
commit 4e6e82e698
3 changed files with 44 additions and 3 deletions

View file

@ -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);