Closed dougmcg closed 5 years ago
This is related to a recent update with code from Alon to clean up and separate code into different files. Possibly because var statements were replaced with let statements.
Yes, let has poor browser support. I'm working on fixing this in #30 (while keeping Alon's other changes).
let
I have now fixed this in #30. Marking as closed.
Fixed in #39.
This is related to a recent update with code from Alon to clean up and separate code into different files. Possibly because var statements were replaced with let statements.