larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

Fix IE error caused by lack of DOM L4 event constructor pattern #34

Closed timReynolds closed 9 years ago

timReynolds commented 9 years ago

Fixed an error caused in navigation by the lack of support for event constructors in IE, Edge adds support for this feature.

Detect includes new hasEventConstructor method and new events file to create events based on browser support.

Fixes issue #33

larrymyers commented 9 years ago

Looks good to me. Thanks for the pull request.