ok disbaled map is now just instants

This commit is contained in:
Peter Cottle 2013-01-02 11:22:54 -08:00
parent 4046916432
commit 4aeb56c840
6 changed files with 77 additions and 188 deletions

View file

@ -71,7 +71,7 @@ var parse = function(str) {
_.each(regexMap, function(regex, thisMethod) {
if (regex.exec(str)) {
options = str.slice(thisMethod.length + 1);
method = thisMethod;
method = thisMethod.slice('git '.length);
}
}, this);