sliding in and out

This commit is contained in:
Peter Cottle 2013-01-03 18:12:02 -08:00
parent e06a7efbfc
commit b945037f34
5 changed files with 128 additions and 21 deletions

View file

@ -54,12 +54,6 @@ var Sandbox = Backbone.View.extend({
},
initGitShim: function(options) {
/*
this.gitShim = new GitShim({
beforeCB: function() { console.log('before'); },
afterCB: function() { console.log('after'); },
afterDeferHandler: function(deferred) { deferred.resolve(); },
});*/
},
takeControl: function() {