snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Load es6-shim.js first #326

Closed cyderize closed 9 years ago

cyderize commented 9 years ago

Fixes errors in Firefox regarding Array..prototype.map, Hopefully this doesn't cause side-effects in other browsers. As far as I can tell, it shouldn't.

Closes #325.