mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-26 13:44:37 +02:00
typo
This commit is contained in:
parent
cded665873
commit
9a497cfbad
6 changed files with 7329 additions and 6272 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue