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

Added 'on' prefix for hashchange event name in IE #456

Closed
wants to merge 1 commit into from

Conversation

jefferyto
Copy link
Contributor

For attachEvent, the event name needs an 'on' prefix; see http://msdn.microsoft.com/en-us/library/ie/cc288209%28v=vs.85%29.aspx

@obenland
Copy link
Member

Thanks for the Pull Request @jefferyto. We dropped support for IE8 around #218. If anything we should probably remove eventMethod.

Feel free to open a new PR for that if you want to take that up.

jefferyto added a commit to jefferyto/wordpress-_s that referenced this pull request Apr 15, 2014
As noted in Automattic#456, IE8 is no longer supported.

Also, undefined is falsey in JavaScript, so the typeof check was unnecessary.
@jefferyto
Copy link
Contributor Author

Closing this in favour of #461.

As a side note, it would be great if a list of supported browsers was available somewhere (readme, wiki, etc.).

@jefferyto jefferyto closed this Apr 15, 2014
@jefferyto jefferyto deleted the patch-1 branch April 15, 2014 09:44
@obenland
Copy link
Member

it would be great if a list of supported browsers was available somewhere

Added in 7cfc749.

obenland added a commit that referenced this pull request Apr 15, 2014
Removed addEvent support.

See #456.
CostyEffe pushed a commit to silverbackstudio/wp-theme that referenced this pull request Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants