mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 09:34:28 +02:00
RIPPING out arbor.js code
This commit is contained in:
parent
f5fcd32815
commit
51ab487003
20 changed files with 1 additions and 3355 deletions
|
@ -20,7 +20,6 @@ var CommandBuffer = Backbone.Model.extend({
|
|||
|
||||
this.buffer = [];
|
||||
this.timeout = null;
|
||||
this.delay = TIME.betweenCommandsDelay;
|
||||
},
|
||||
|
||||
addCommand: function(command) {
|
||||
|
@ -43,7 +42,7 @@ var CommandBuffer = Backbone.Model.extend({
|
|||
setTimeout: function() {
|
||||
this.timeout = setTimeout(_.bind(function() {
|
||||
this.sipFromBuffer();
|
||||
}, this), this.delay);
|
||||
}, this), TIME.betweenCommandsDelay);
|
||||
},
|
||||
|
||||
popAndProcess: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue