Skip to content

Commit 59ca825

Browse files
committed
variable update
1 parent 87f759e commit 59ca825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/snake.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ SNAKE.Board = SNAKE.Board || (function() {
862862

863863
// calculate width of our game container
864864
var cWidth, cHeight;
865+
var cTop, cLeft;
865866
if (config.fullScreen === true) {
866867
cTop = 0;
867868
cLeft = 0;

0 commit comments

Comments
 (0)