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

Fixes for IE8. Replace missing IE8 Array methods forEach and indexOf. #216

Merged
merged 1 commit into from
Feb 9, 2015

Conversation

dtychshenko
Copy link

Datatables is failing to render in IE8 because IE8 does not have "forEach" and "indexOf" methods for Arrays. I've replaced usages of these methods in code with Angular and JQuery equivalents for IE8 support.

@l-lin l-lin merged commit 0400ac9 into l-lin:dev Feb 9, 2015
l-lin added a commit that referenced this pull request Feb 9, 2015
@l-lin
Copy link
Owner

l-lin commented Feb 9, 2015

👍

@dtychshenko dtychshenko deleted the ie8 branch February 9, 2015 18:53
@l-lin l-lin added this to the v0.4.1 milestone Feb 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants