apparently consts are only for later versions of js? idk

This commit is contained in:
synth-ruiner 2018-05-08 21:29:37 +01:00
parent 0a7dc98def
commit 341f27ac11
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
$(document).ready(function() { $(document).ready(function() {
// todo define things like 16x16, 128x128 etc. as constants? // todo define things like 16x16, 128x128 etc. as constants?
// also script debounce/throttle times // also script debounce/throttle times
const animationTime = 400; // defined in bitsy.js var animationTime = 400; // defined in bitsy.js
var bitsyData = {}; var bitsyData = {};