Rebuild for Issue #72

This commit is contained in:
Peter Cottle 2013-03-09 09:31:21 -08:00
parent 9a3c117532
commit 7d54a4d928
6 changed files with 310 additions and 1765 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

@ -412,7 +412,7 @@
For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching
-->
<script src="build/bundle.min.ca78b51d.js"></script>
<script src="build/bundle.min.718d34c2.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

@ -53,7 +53,7 @@ var processLevelIndex = function() {
var genNameContext = function(sequence) {
var name = intl.getIntlKey(sequence, 'displayName');
return [
'This is a title of a level sequence "' + name + '" ',
'This is a title of a level sequence "' + name + '" '
].join('\n');
};
@ -140,8 +140,7 @@ var printSeparator = function() {
'୧(﹒︠ᴗ﹒︡)',
'(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄',
'( •_•)σ',
'ಠ_ಠ',
'¯\(º_o)/¯'
'ಠ_ಠ'
];
var index = Math.floor(Math.random() * emojis.length);