MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.46k stars 125 forks source link

Patch 5 #50

Closed darylteo closed 8 years ago

darylteo commented 8 years ago

Based off jQuery's isDefaultPrevented().

Ensures that event.returnValue is checked for < IE9 support.

MoOx commented 8 years ago

Nice.