Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech-dobes committed Jun 6, 2013
1 parent d42e26b commit 61ae582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/confirm.ajax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function($, undefined) {

$.nette.ext({
before: function (xhr, settings) {
before: function (xhr, settings) {
var question = settings.nette.el.data('confirm');
if (question) {
return confirm(question);
Expand Down

0 comments on commit 61ae582

Please sign in to comment.