diff options
Diffstat (limited to 'ui/source/effects.drop.js')
-rw-r--r-- | ui/source/effects.drop.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/source/effects.drop.js b/ui/source/effects.drop.js index 1d87c7b69..e45bc9bd3 100644 --- a/ui/source/effects.drop.js +++ b/ui/source/effects.drop.js @@ -1,4 +1,17 @@ -;(function($) { +/* + * jQuery UI Effects Drop + * + * 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/Drop + * + * Depends: + * effects.core.js + * + */ +(function($) { $.effects.drop = function(o) { |