We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 110f0c9 + 1b8af61 commit 3bccb4bCopy full SHA for 3bccb4b
jquery.pjax.js
@@ -811,7 +811,7 @@ function disable() {
811
if ( $.inArray('state', $.event.props) < 0 )
812
$.event.props.push('state')
813
814
- // Is pjax supported by this browser?
+// Is pjax supported by this browser?
815
$.support.pjax =
816
window.history && window.history.pushState && window.history.replaceState &&
817
// pushState isn't reliable on iOS until 5.
0 commit comments