This commit is contained in:
Peter Cottle 2013-02-16 13:07:04 -08:00
parent 35e8d98bd5
commit 1ad1ba24d2
7 changed files with 36 additions and 33 deletions

View file

@ -138,7 +138,8 @@ var init = function() {
[
"git help;",
"delay 1000;",
"help"
"help;",
"levels"
].join(''));
});
}