whoops wrong symbol
This commit is contained in:
parent
86790e717a
commit
2bd64d4bda
2
index.js
2
index.js
|
@ -891,7 +891,7 @@ function wordScramble() {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
word = override;
|
word = override;
|
||||||
]
|
}
|
||||||
scrambledWord = word.split('').sort(function () {
|
scrambledWord = word.split('').sort(function () {
|
||||||
// Fully scramble the word 3 times to be safe
|
// Fully scramble the word 3 times to be safe
|
||||||
return 0.5 - Math.random();
|
return 0.5 - Math.random();
|
||||||
|
|
Loading…
Reference in a new issue