apparently consts are only for later versions of js? idk
This commit is contained in:
parent
0a7dc98def
commit
341f27ac11
|
@ -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 = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue