mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
optimized CSS a bit
This commit is contained in:
parent
19b6038f55
commit
d5f456fa0c
10 changed files with 615 additions and 489 deletions
|
@ -67,7 +67,7 @@ var CommandBuffer = Backbone.Model.extend({
|
|||
|
||||
// find a command with no error (aka unprocessed)
|
||||
while (popped.get('error') && this.buffer.length) {
|
||||
popped = this.buffer.pop();
|
||||
popped = this.buffer.shift(0);
|
||||
}
|
||||
if (!popped.get('error')) {
|
||||
this.processCommand(popped);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue