imported Korean dialogs Issue #42 other dialogs, level names, etc will come later

This commit is contained in:
Peter Cottle 2013-02-23 15:00:24 -08:00
parent cc5466b038
commit cded665873
17 changed files with 7549 additions and 6734 deletions

View file

@ -64,7 +64,7 @@ var Level = Sandbox.extend({
if (this.level.startDialog && !this.testOption('noIntroDialog')) {
new MultiView(_.extend(
{},
intl.getStartDialog(this.level),
intl.getStartDialog(this.level)
{ deferred: deferred }
));
return;