mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
more progress on arrows and stuff
This commit is contained in:
parent
cc65ae7491
commit
a229bc2f41
7 changed files with 30 additions and 14 deletions
|
@ -70,6 +70,7 @@ var CommandPromptView = Backbone.View.extend({
|
|||
_.each(value.split(';'), _.bind(function(command) {
|
||||
command = command.replace(/^(\s+)/, '');
|
||||
command = command.replace(/(\s+)$/, '');
|
||||
console.log('the command is', command);
|
||||
if (command.length) {
|
||||
this.addToCollection(command);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue