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