forked from defunkt/jquery-pjax
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
Uncaught TypeError: Cannot read property 'push' of undefined
at jquery.pjax.js:981
at jquery.pjax.js:991
L981:$.event.props.push('state')
Fixed with these:
if ( $.event.props && $.inArray('state', $.event.props) < 0 ) {
$.event.props.push('state');
} else if ( ! ('state' in $.Event.prototype) ) {
$.event.addProp('state');
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels