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

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);