Skip to content

Commit

Permalink
minification note
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Apr 6, 2013
1 parent cf24354 commit 8dfef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ Because there can be only one modal active at a single time, there's no need to

$.modal.close();


Similar to how links can be automatically bound to open modals, they can be bound to close modals using `rel="modal:close"`:

<a href="#close" rel="modal:close">Close window</a>
Expand Down Expand Up @@ -188,6 +187,7 @@ I would love help improving this plugin, particularly with:
* Performance improvements
* Making the code as concise/efficient as possible
* Bug fixes & browser compatibility
* Minify JavaScript with [Closure Compiler](https://closure-compiler.appspot.com/home) (default options)

Please fork and send pull requests, or create an [issue](https://github.com/kylefox/jquery-modal/issues).

Expand Down

0 comments on commit 8dfef26

Please sign in to comment.