diff options
author | Brandon Aaron <brandon@brandon-aarons-macbook-air.local> | 2009-09-11 21:21:33 -0400 |
---|---|---|
committer | Brandon Aaron <brandon@brandon-aarons-macbook-air.local> | 2009-09-11 21:21:33 -0400 |
commit | a50674d087ef0e49667064f4087fc17a21a7befd (patch) | |
tree | dfc34b162f59de5925b1659e1aec612925e5634c /jquery.expandable.js | |
parent | 243aacaf3811bbd703e4c17032698db2863ae3a9 (diff) | |
download | jquery-expandable-a50674d087ef0e49667064f4087fc17a21a7befd.zip jquery-expandable-a50674d087ef0e49667064f4087fc17a21a7befd.tar.gz jquery-expandable-a50674d087ef0e49667064f4087fc17a21a7befd.tar.bz2 |
add contributors list to documentation
Diffstat (limited to 'jquery.expandable.js')
-rw-r--r-- | jquery.expandable.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jquery.expandable.js b/jquery.expandable.js index 2140976..1eec93a 100644 --- a/jquery.expandable.js +++ b/jquery.expandable.js @@ -1,6 +1,9 @@ /*! Copyright (c) 2008 Brandon Aaron (http://brandonaaron.net) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. + * + * Contributions by: + * - Karl Swedberg */ (function($) { |