Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kswedberg committed Sep 17, 2012
1 parent ecd2890 commit e378c70
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions jquery.expander.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* jQuery Expander Plugin v1.4.4
*
* Date: Tue Jun 19 11:54:00 2012 EDT
* Date: Sun Sep 16 21:07:05 2012 EDT
* Requires: jQuery v1.3+
*
* Copyright 2011, Karl Swedberg
* Dual licensed under the MIT and GPL licenses (just like jQuery):
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
*
*
*
Expand Down
24 changes: 12 additions & 12 deletions jquery.expander.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "expander",
"title": "jQuery Expander Plugin",
"description": "Expand and collapse HTML content",
"version": "1.4",
"version": "1.4.4",
"keywords": [
"text",
"truncate",
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"jquery": ">=1.3"
}
}
}
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ expandPrefix: '… ',
summaryClass: 'summary',
detailClass: 'details',

// class names for <span> around "read-more" link and "read-less" link
// one or more space-separated class names for <span> around
// "read-more" link and "read-less" link
moreClass: 'read-more',
lessClass: 'read-less',

Expand Down

0 comments on commit e378c70

Please sign in to comment.