mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-27 22:24:58 +02:00
typo
This commit is contained in:
parent
cded665873
commit
9a497cfbad
6 changed files with 7329 additions and 6272 deletions
13593
build/bundle.js
13593
build/bundle.js
File diff suppressed because it is too large
Load diff
1
build/bundle.min.48d953af.js
Normal file
1
build/bundle.min.48d953af.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -409,7 +409,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.f69fa45a.js"></script>
|
<script src="build/bundle.min.48d953af.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
|
@ -64,7 +64,7 @@ var Level = Sandbox.extend({
|
||||||
if (this.level.startDialog && !this.testOption('noIntroDialog')) {
|
if (this.level.startDialog && !this.testOption('noIntroDialog')) {
|
||||||
new MultiView(_.extend(
|
new MultiView(_.extend(
|
||||||
{},
|
{},
|
||||||
intl.getStartDialog(this.level)
|
intl.getStartDialog(this.level),
|
||||||
{ deferred: deferred }
|
{ deferred: deferred }
|
||||||
));
|
));
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue