Skip to content

Commit

Permalink
Merge pull request #234 from chrmoritz/master
Browse files Browse the repository at this point in the history
remove unused variable result
  • Loading branch information
josh committed Jan 23, 2013
2 parents fcb6308 + 5a87275 commit 464d60f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jquery.pjax.js
Expand Up @@ -188,8 +188,6 @@ function pjax(options) {
xhr.setRequestHeader('X-PJAX', 'true')
xhr.setRequestHeader('X-PJAX-Container', context.selector)

var result

if (!fire('pjax:beforeSend', [xhr, settings]))
return false

Expand Down

0 comments on commit 464d60f

Please sign in to comment.