mauricemach / coffeekup

Markup as CoffeeScript.
coffeekup.org
MIT License
1.26k stars 83 forks source link

indexOf not supported in IE7 #71

Closed jaekwon closed 13 years ago

jaekwon commented 13 years ago

It looks like coffeekup isn't compatible with IE7 because indexOf isn't defined in Array.prototype. I don't personally care, i can work around this issue. Is there a recommended script I can import to define some of these common functions for IE (and maybe other browsers)?

mauricemach commented 13 years ago

Sorry, I should have been using CoffeeScript's in operator for arrays. Fixed in master.

Feel free to reopen the issue if necessary.