From 5e6ef44bb4962a8899ae2c9529ba753f91e3488c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 6 Jun 2008 20:08:52 +0000 Subject: effects - added standard UI plugin file headers with copyright, license, docs url, and depends list --- ui/source/effects.bounce.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ui/source/effects.bounce.js') 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) { -- cgit v1.2.3