Skip to content

Commit 1b8af61

Browse files
comment whitespace fix
1 parent 110f0c9 commit 1b8af61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.pjax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ function disable() {
811811
if ( $.inArray('state', $.event.props) < 0 )
812812
$.event.props.push('state')
813813

814-
// Is pjax supported by this browser?
814+
// Is pjax supported by this browser?
815815
$.support.pjax =
816816
window.history && window.history.pushState && window.history.replaceState &&
817817
// pushState isn't reliable on iOS until 5.

0 commit comments

Comments
 (0)