We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi!
From v0.3.7 you've added some code which does not work in ie8 (indexOf).
v0.3.7
indexOf
The text was updated successfully, but these errors were encountered:
Same for me breaks with browsers who don't nativly support Array.prototype.indexOf
Object doesn't support this property or method adapter.js, line 266 character 5
Object doesn't support this property or method
Sorry, something went wrong.
Same for me. Use 0.3.5, it works well.
d44b489
Merge pull request #106 from maksimr/patch-105
abc3f65
fix: v0.3.7 does not work in ie8 fix #105
No branches or pull requests
Hi!
From
v0.3.7
you've added some code which does not work in ie8 (indexOf
).The text was updated successfully, but these errors were encountered: