Skip to content

Commit

Permalink
log AFTER_CLOSE event in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Aug 20, 2016
1 parent b07d3ba commit 019f03e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ <h2>Example 10: Custom Class for Close Button</h2>
$(document).on($.modal.OPEN, log_modal_event);
$(document).on($.modal.BEFORE_CLOSE, log_modal_event);
$(document).on($.modal.CLOSE, log_modal_event);
$(document).on($.modal.AFTER_CLOSE, log_modal_event);
$(document).on($.modal.AJAX_SEND, log_modal_event);
$(document).on($.modal.AJAX_SUCCESS, log_modal_event);
$(document).on($.modal.AJAX_COMPLETE, log_modal_event);
Expand Down

0 comments on commit 019f03e

Please sign in to comment.