Skip to content

Commit 5a87275

Browse files
committed
remove unused variable result
1 parent fcb6308 commit 5a87275

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jquery.pjax.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ function pjax(options) {
188188
xhr.setRequestHeader('X-PJAX', 'true')
189189
xhr.setRequestHeader('X-PJAX-Container', context.selector)
190190

191-
var result
192-
193191
if (!fire('pjax:beforeSend', [xhr, settings]))
194192
return false
195193

0 commit comments

Comments
 (0)