diff options
Diffstat (limited to 'ui/source/effects.highlight.js')
-rw-r--r-- | ui/source/effects.highlight.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/source/effects.highlight.js b/ui/source/effects.highlight.js index bca7e1613..9d6e3a1b1 100644 --- a/ui/source/effects.highlight.js +++ b/ui/source/effects.highlight.js @@ -1,3 +1,16 @@ +/* + * jQuery UI Effects Highlight + * + * 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/Highlight + * + * Depends: + * effects.core.js + * + */ ;(function($) { $.effects.highlight = function(o) { |