Merge pull request #4191 from venky18/patch-2
added a semicolon on line 1483
This commit is contained in:
@ -1480,7 +1480,7 @@
|
|||||||
" slotThree = Math.floor(Math.random() * (3 - 1 + 1)) + 1;",
|
" slotThree = Math.floor(Math.random() * (3 - 1 + 1)) + 1;",
|
||||||
" ",
|
" ",
|
||||||
" $(\".logger\").html(\"\");",
|
" $(\".logger\").html(\"\");",
|
||||||
" $(\".logger\").html(\"Not A Win\")",
|
" $(\".logger\").html(\"Not A Win\");",
|
||||||
" ",
|
" ",
|
||||||
" // Only change code below this line.",
|
" // Only change code below this line.",
|
||||||
" ",
|
" ",
|
||||||
|
Reference in New Issue
Block a user