mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 21:24:26 +02:00
Fix more typo, '
and some word
This commit is contained in:
parent
e8c8f8975a
commit
41bb6d1bd7
14 changed files with 35 additions and 38 deletions
|
@ -68,7 +68,7 @@ var LevelBuilder = Level.extend({
|
|||
this.definedGoal = true;
|
||||
}
|
||||
|
||||
// we wont be using this stuff, and it is deleted to ensure we overwrite all functions that
|
||||
// we won't be using this stuff, and it is deleted to ensure we overwrite all functions that
|
||||
// include that functionality
|
||||
delete this.treeCompare;
|
||||
delete this.solved;
|
||||
|
@ -335,7 +335,7 @@ var LevelBuilder = Level.extend({
|
|||
.then(function() {
|
||||
// oh boy this is complex
|
||||
var whenEditedDialog = Q.defer();
|
||||
// the undefined here is the command that doesnt need resolving just yet...
|
||||
// the undefined here is the command that doesn't need resolving just yet...
|
||||
this.editDialog(undefined, whenEditedDialog);
|
||||
return whenEditedDialog.promise;
|
||||
}.bind(this))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue