aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/minified/jquery.ui.effect-clip.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/minified/jquery.ui.effect-clip.min.js')
-rw-r--r--themes/default/js/ui/minified/jquery.ui.effect-clip.min.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/js/ui/minified/jquery.ui.effect-clip.min.js b/themes/default/js/ui/minified/jquery.ui.effect-clip.min.js
index f34da734a..cbbf732fb 100644
--- a/themes/default/js/ui/minified/jquery.ui.effect-clip.min.js
+++ b/themes/default/js/ui/minified/jquery.ui.effect-clip.min.js
@@ -1,5 +1,5 @@
-/*! jQuery UI - v1.10.1 - 2013-02-15
+/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
-* Includes: jquery.ui.effect-clip.js
-* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
-(function(e,t){e.effects.effect.clip=function(t,n){var r=e(this),i=["position","top","bottom","left","right","height","width"],s=e.effects.setMode(r,t.mode||"hide"),o=s==="show",u=t.direction||"vertical",a=u==="vertical",f=a?"height":"width",l=a?"top":"left",c={},h,p,d;e.effects.save(r,i),r.show(),h=e.effects.createWrapper(r).css({overflow:"hidden"}),p=r[0].tagName==="IMG"?h:r,d=p[f](),o&&(p.css(f,0),p.css(l,d/2)),c[f]=o?d:0,c[l]=o?0:d/2,p.animate(c,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){o||r.hide(),e.effects.restore(r,i),e.effects.removeWrapper(r),n()}})}})(jQuery); \ No newline at end of file
+* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
+
+(function(t){t.effects.effect.clip=function(e,i){var s,n,a,o=t(this),r=["position","top","bottom","left","right","height","width"],l=t.effects.setMode(o,e.mode||"hide"),h="show"===l,c=e.direction||"vertical",u="vertical"===c,d=u?"height":"width",p=u?"top":"left",f={};t.effects.save(o,r),o.show(),s=t.effects.createWrapper(o).css({overflow:"hidden"}),n="IMG"===o[0].tagName?s:o,a=n[d](),h&&(n.css(d,0),n.css(p,a/2)),f[d]=h?a:0,f[p]=h?0:a/2,n.animate(f,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){h||o.hide(),t.effects.restore(o,r),t.effects.removeWrapper(o),i()}})}})(jQuery); \ No newline at end of file