mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
temporary UNSTABLE since codemod went nuts
This commit is contained in:
parent
2257668f9d
commit
f048f99e7f
14 changed files with 32 additions and 39 deletions
|
@ -316,7 +316,7 @@ var LevelBuilder = Level.extend({
|
|||
]
|
||||
});
|
||||
askForHintView.getPromise()
|
||||
.then(this.defineHint, this))
|
||||
.then(this.defineHint.bind(this))
|
||||
.fail(function() {
|
||||
this.level.hint = {'en_US': ''};
|
||||
}.bind(this))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue