diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-06 20:08:52 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-06 20:08:52 +0000 |
commit | 5e6ef44bb4962a8899ae2c9529ba753f91e3488c (patch) | |
tree | b8d847901c0651d24fb8f6233cf08ac58affb224 /ui/source/effects.transfer.js | |
parent | 17d55655b91980c689422674acc5c3c16d36f149 (diff) | |
download | jquery-ui-5e6ef44bb4962a8899ae2c9529ba753f91e3488c.tar.gz jquery-ui-5e6ef44bb4962a8899ae2c9529ba753f91e3488c.zip |
effects - added standard UI plugin file headers with copyright, license, docs url, and depends list
Diffstat (limited to 'ui/source/effects.transfer.js')
-rw-r--r-- | ui/source/effects.transfer.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/source/effects.transfer.js b/ui/source/effects.transfer.js index 06bdcba3b..7812c4e2b 100644 --- a/ui/source/effects.transfer.js +++ b/ui/source/effects.transfer.js @@ -1,4 +1,17 @@ -;(function($) { +/* + * jQuery UI Effects Transfer + * + * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com) + * Dual licensed under the MIT (MIT-LICENSE.txt) + * and GPL (GPL-LICENSE.txt) licenses. + * + * http://docs.jquery.com/UI/Effects/Transfer + * + * Depends: + * effects.core.js + * + */ +(function($) { $.effects.transfer = function(o) { |