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.core.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.core.js')
-rw-r--r-- | ui/source/effects.core.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/source/effects.core.js b/ui/source/effects.core.js index 6940eca55..c8641d97c 100644 --- a/ui/source/effects.core.js +++ b/ui/source/effects.core.js @@ -1,3 +1,13 @@ +/* + * jQuery UI Effects + * + * 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/ + * + */ ;(function($) { $.effects = $.effects || {}; //Add the 'effects' scope |