Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indexOf not supported in IE7 #71

Closed
jaekwon opened this issue Sep 7, 2011 · 1 comment
Closed

indexOf not supported in IE7 #71

jaekwon opened this issue Sep 7, 2011 · 1 comment
Labels

Comments

@jaekwon
Copy link

jaekwon commented Sep 7, 2011

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
Copy link
Owner

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

Feel free to reopen the issue if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants