mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
remove some dead code
This commit is contained in:
parent
acf9c3c657
commit
f14c128174
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ var commands = {
|
||||||
return commandConfig[name].regex;
|
return commandConfig[name].regex;
|
||||||
},
|
},
|
||||||
|
|
||||||
isCommandSupported: function(name) {
|
|
||||||
return !!commandConfig[name];
|
|
||||||
},
|
|
||||||
|
|
||||||
getShortcutMap: function() {
|
getShortcutMap: function() {
|
||||||
var map = {};
|
var map = {};
|
||||||
this.loop(function(config, name) {
|
this.loop(function(config, name) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue