Closed tophf closed 10 years ago
This code indeed has issues with Chrome. I build it for Firefox and that browser supports the shortcut Array.forEach
. Every other browser you have to use Array.prototype.forEach
.
If you add a PR with your fixes, I'm willing to merge it in...
Uncaught TypeError: undefined is not a function
at this lineThe workarounds.