Skip to content

Commit

Permalink
Merge pull request #5 from peckadesign/async-nette-ajax-js-fix
Browse files Browse the repository at this point in the history
async.nette.ajax.js: Pass UI and Event
  • Loading branch information
vitkutny authored Mar 8, 2017
2 parents dcfa1d9 + 82dd509 commit 432fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/async.nette.ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$.nette.ajax({
url: $this.data('asyncLink') || $this.attr('href'),
off: ['history', 'unique']
});
}, $this, new CustomEvent('asyncLoad'));
});
}
});
Expand Down

0 comments on commit 432fba6

Please sign in to comment.