From c4f529917391bc0ea2aabcca99b2bf64c41470aa Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 21 Mar 2010 03:47:32 +0000 Subject: #679036 by marvil07, mfer, Rob Loach, et al: Upgrade to jQuery UI 1.8. --- misc/ui/effects.drop.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 misc/ui/effects.drop.js (limited to 'misc/ui/effects.drop.js') diff --git a/misc/ui/effects.drop.js b/misc/ui/effects.drop.js deleted file mode 100644 index 5b41e7069..000000000 --- a/misc/ui/effects.drop.js +++ /dev/null @@ -1,15 +0,0 @@ -// $Id$ - -/* - * jQuery UI Effects Drop 1.7.2 - * - * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. - * - * http://docs.jquery.com/UI/Effects/Drop - * - * Depends: - * effects.core.js - */ -(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery); \ No newline at end of file -- cgit v1.2.3