Skip to content

Commit

Permalink
Revert "constants: Use const instead of var"
Browse files Browse the repository at this point in the history
This reverts commit 73eb1bf.

Reverted because it isn't supported.
  • Loading branch information
velitasali committed Jun 18, 2022
1 parent 29cf238 commit a84ef96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const GAP_SIZE_INCREMENTS = 5
var GAP_SIZE_INCREMENTS = 5

const GAP_SIZE_MAX = 25
var GAP_SIZE_MAX = 25

0 comments on commit a84ef96

Please sign in to comment.