Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
Send event to actions not delegated #37
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanNaulin committed Mar 16, 2018
1 parent 390b6ff commit 344cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.popconfirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

$(document).find('.popover .confirm-dialog-btn-confirm').one('click', function (e) {
for (i = 0; i < arrayActions.length; i = i + 1) {
arrayActions[i].apply(self);
arrayActions[i].apply(self, [eventToConfirm]);
}

for (i = 0; i < arrayDelegatedActions.length; i = i + 1) {
Expand Down

0 comments on commit 344cf45

Please sign in to comment.