This commit is contained in:
Peter Cottle 2013-02-23 15:01:07 -08:00
parent cded665873
commit 9a497cfbad
6 changed files with 7329 additions and 6272 deletions

File diff suppressed because it is too large Load diff

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

File diff suppressed because one or more lines are too long

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at:
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 downside? No raw logs to parse for analytics, so I have to include

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;