mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
now animationFactory is PURGED
This commit is contained in:
parent
a009b9783a
commit
1d476af467
2 changed files with 3 additions and 3 deletions
|
@ -189,8 +189,8 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
rollupCommands: function(numBack) {
|
||||
var which = this.commands.toArray().slice(1, Number(numBack) + 1);
|
||||
console.log(this.commands.toArray());
|
||||
console.log(which);
|
||||
which.reverse();
|
||||
|
||||
var str = '';
|
||||
_.each(which, function(commandEntry) {
|
||||
str += commandEntry.get('text') + ';';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue