Skip to content

Commit

Permalink
alias elm as $elm (fixes #205)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Jul 3, 2017
1 parent bb623e3 commit c074130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

//Return context for custom events
_ctx: function() {
return { elm: this.$elm, $blocker: this.$blocker, options: this.options };
return { elm: this.$elm, $elm: this.$elm, $blocker: this.$blocker, options: this.options };
}
};

Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c074130

Please sign in to comment.