temporary UNSTABLE since codemod went nuts

This commit is contained in:
Peter Cottle 2015-04-20 17:05:21 +10:00
parent 2257668f9d
commit f048f99e7f
14 changed files with 32 additions and 39 deletions

View file

@ -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))