diff options
Diffstat (limited to 'ui/source/effects.explode.js')
-rw-r--r-- | ui/source/effects.explode.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/source/effects.explode.js b/ui/source/effects.explode.js index e61b21377..8e93e6d6e 100644 --- a/ui/source/effects.explode.js +++ b/ui/source/effects.explode.js @@ -1,4 +1,17 @@ -;(function($) { +/* + * jQuery UI Effects Explode + * + * Copyright (c) 2008 Paul Bakaus (ui.jquery.com) + * Dual licensed under the MIT (MIT-LICENSE.txt) + * and GPL (GPL-LICENSE.txt) licenses. + * + * http://docs.jquery.com/UI/Effects/Explode + * + * Depends: + * effects.core.js + * + */ +(function($) { $.effects.explode = function(o) { |