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