Skip to content

Commit

Permalink
Merge pull request #11 from adrianolaru/bugfixing
Browse files Browse the repository at this point in the history
Made plugin chainable
  • Loading branch information
kylefox committed Feb 18, 2012
2 parents 168e30a + 71b7f03 commit 87d4e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@

$.fn.modal = function(options){
new $.modal(this, options);
return this;
};

// Automatically bind links with rel="modal:close" to, well, close the modal.
Expand Down

0 comments on commit 87d4e6b

Please sign in to comment.