mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
able to open up views now from comand line
This commit is contained in:
parent
4aeb56c840
commit
764fbf63bc
9 changed files with 813 additions and 643 deletions
|
@ -1356,7 +1356,6 @@ GitEngine.prototype.dispatch = function(command, callback) {
|
|||
callback: whenDone
|
||||
});
|
||||
|
||||
command.set('status', 'processing');
|
||||
try {
|
||||
var methodName = command.get('method').replace(/-/g, '') + 'Starter';
|
||||
this[methodName]();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue