apparently consts are only for later versions of js? idk
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$(document).ready(function() {
|
||||
// todo define things like 16x16, 128x128 etc. as constants?
|
||||
// also script debounce/throttle times
|
||||
const animationTime = 400; // defined in bitsy.js
|
||||
var animationTime = 400; // defined in bitsy.js
|
||||
|
||||
var bitsyData = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user