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

Fix incompatibility with Internet Explorer #416

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

for..of loops don't seem to work in IE and make the browser refuse to load the script (frustratingly, without even bothering to report an error most of the time).

This should allow Edgy to start on Internet Explorer (but I'm somewhat doubtful that everything works correctly - I'd advise to export projects frequently in case something goes wrong).

stevenbird commented 8 years ago

cf #417. Thanks @cyderize