diff options
author | Andrew Nacin <nacin@git.wordpress.org> | 2013-02-15 16:13:26 +0000 |
---|---|---|
committer | Andrew Nacin <nacin@git.wordpress.org> | 2013-02-15 16:13:26 +0000 |
commit | d9e2f14dca129eb8cd8fc4142e12a0c049d1c075 (patch) | |
tree | 96505bd3ea1c4a7c24289ed619cd943cfc3ded43 /wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js | |
parent | 1dc5d1c4015b89782b3997aabfbd914678e6671f (diff) | |
download | wordpress-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-slide.min.js')
-rw-r--r-- | wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js b/wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js index d93f8432a0..c84742e0be 100644 --- a/wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js +++ b/wp-includes/js/jquery/ui/jquery.ui.effect-slide.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-slide.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.slide=function(t,n){var r=e(this),i=["position","top","bottom","left","right","width","height"],s=e.effects.setMode(r,t.mode||"show"),o=s==="show",u=t.direction||"left",a=u==="up"||u==="down"?"top":"left",f=u==="up"||u==="left",l,c={};e.effects.save(r,i),r.show(),l=t.distance||r[a==="top"?"outerHeight":"outerWidth"](!0),e.effects.createWrapper(r).css({overflow:"hidden"}),o&&r.css(a,f?isNaN(l)?"-"+l:-l:l),c[a]=(o?f?"+=":"-=":f?"-=":"+=")+l,r.animate(c,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){s==="hide"&&r.hide(),e.effects.restore(r,i),e.effects.removeWrapper(r),n()}})}})(jQuery);
\ No newline at end of file |