summaryrefslogtreecommitdiffstatshomepage
path: root/wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js
diff options
context:
space:
mode:
authorAndrew Nacin <nacin@git.wordpress.org>2013-02-15 16:13:26 +0000
committerAndrew Nacin <nacin@git.wordpress.org>2013-02-15 16:13:26 +0000
commitd9e2f14dca129eb8cd8fc4142e12a0c049d1c075 (patch)
tree96505bd3ea1c4a7c24289ed619cd943cfc3ded43 /wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js
parent1dc5d1c4015b89782b3997aabfbd914678e6671f (diff)
downloadwordpress-d9e2f14dca129eb8cd8fc4142e12a0c049d1c075.tar.gz
wordpress-d9e2f14dca129eb8cd8fc4142e12a0c049d1c075.zip
jQuery UI 1.10.0.
Some lingering issues with the edit/insert link dialog. props ocean90. see #23370. git-svn-id: https://develop.svn.wordpress.org/trunk@23423 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js')
-rw-r--r--wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js b/wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js
index 81db79c368..6ae0d2ea4c 100644
--- a/wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js
+++ b/wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js
@@ -1,5 +1,5 @@
-/*! jQuery UI - v1.9.2 - 2012-11-23
+/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.effect-explode.js
-* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
+* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
(function(e,t){e.effects.effect.explode=function(t,n){function y(){c.push(this),c.length===r*i&&b()}function b(){s.css({visibility:"visible"}),e(c).remove(),u||s.hide(),n()}var r=t.pieces?Math.round(Math.sqrt(t.pieces)):3,i=r,s=e(this),o=e.effects.setMode(s,t.mode||"hide"),u=o==="show",a=s.show().css("visibility","hidden").offset(),f=Math.ceil(s.outerWidth()/i),l=Math.ceil(s.outerHeight()/r),c=[],h,p,d,v,m,g;for(h=0;h<r;h++){v=a.top+h*l,g=h-(r-1)/2;for(p=0;p<i;p++)d=a.left+p*f,m=p-(i-1)/2,s.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-p*f,top:-h*l}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:f,height:l,left:d+(u?m*f:0),top:v+(u?g*l:0),opacity:u?0:1}).animate({left:d+(u?0:m*f),top:v+(u?0:g*l),opacity:u?1:0},t.duration||500,t.easing,y)}}})(jQuery); \ No newline at end of file