Skip to content

Commit

Permalink
Update mine-sweeper-self.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCho authored Jun 13, 2021
1 parent 5d98659 commit 931e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mine-sweeper-self.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
OPENED: 0, // 0 이상이면 다모두 열린 칸
};
let data;
let openCount;
let openCount = 0;
let startTime;
let interval;

Expand Down

0 comments on commit 931e2f7

Please sign in to comment.