Skip to content

Commit

Permalink
made plugin chainable
Browse files Browse the repository at this point in the history
  • Loading branch information
adiospace committed Feb 18, 2012
1 parent 168e30a commit 71b7f03
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 71b7f03

Please sign in to comment.