mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
reset solved
This commit is contained in:
parent
f0a9c66056
commit
36bfd99d9e
6 changed files with 39 additions and 33 deletions
|
@ -23,7 +23,7 @@ var LevelToolbar = require('../views').LevelToolbar;
|
|||
var TreeCompare = require('../git/treeCompare').TreeCompare;
|
||||
|
||||
var regexMap = {
|
||||
'level help': /^level help$/,
|
||||
'help level': /^help level$/,
|
||||
'start dialog': /^start dialog$/,
|
||||
'show goal': /^show goal$/,
|
||||
'hide goal': /^hide goal$/,
|
||||
|
@ -360,7 +360,7 @@ var Level = Sandbox.extend({
|
|||
[/^help$/, function() {
|
||||
throw new Errors.CommandResult({
|
||||
msg: 'You are in a level, so multiple forms of help are available. Please select either ' +
|
||||
'"level help" or "general help"'
|
||||
'"help level" or "help general"'
|
||||
});
|
||||
}],
|
||||
[/^hint$/, function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue