summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Aaron <brandon@brandon-aarons-macbook-air.local>2009-09-11 18:08:54 -0400
committerBrandon Aaron <brandon@brandon-aarons-macbook-air.local>2009-09-11 18:08:54 -0400
commit6690956ad9f565e3ce0e322d6c326545908eff31 (patch)
treef3d929362e9beb65e22cd08ac3c52cd6e9ceedf8
parent97dec2789ab244efceea619399088c699d20f545 (diff)
downloadjquery-countable-6690956ad9f565e3ce0e322d6c326545908eff31.zip
jquery-countable-6690956ad9f565e3ce0e322d6c326545908eff31.tar.gz
jquery-countable-6690956ad9f565e3ce0e322d6c326545908eff31.tar.bz2
updating documentation, adding changelog
-rw-r--r--README.markdown6
-rw-r--r--jquery.countable.js9
2 files changed, 7 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index 6be9581..03067ae 100644
--- a/README.markdown
+++ b/README.markdown
@@ -53,4 +53,8 @@ _Note: In the last example, the code is wrapped in an `each()` function call to
The expandable plugin is dual licensed *(just like jQuery)* under the [MIT](http://www.opensource.org/licenses/mit-license.php) and [GPL](http://www.opensource.org/licenses/gpl-license.php) licenses.
-Copyright (c) 2009 [Brandon Aaron](http://brandonaaron.net) \ No newline at end of file
+Copyright (c) 2009 [Brandon Aaron](http://brandonaaron.net)
+
+## Contributors
+
+Neil Monroe (neil.monroe[at]gmail.com) \ No newline at end of file
diff --git a/jquery.countable.js b/jquery.countable.js
index 65bfff2..b3e90ff 100644
--- a/jquery.countable.js
+++ b/jquery.countable.js
@@ -2,13 +2,8 @@
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
- * Modified by Neil Monroe (neil.monroe@gmail.com)
- *
- * 2009-08-28 - Added 'defaultText' option to specify text to ignore if using label
- * text inside the field that is not considered user-entered content.
- *
- * 2009-03-20 - Initial release. Enhanced Brandon's version by adding the ability
- * to apply the count to a target container.
+ * Contributions by:
+ * - Neil Monroe (neil.monroe[at]gmail.com)
*/
(function($) {