aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/minified/jquery.ui.effect-fold.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/minified/jquery.ui.effect-fold.min.js')
-rw-r--r--themes/default/js/ui/minified/jquery.ui.effect-fold.min.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/js/ui/minified/jquery.ui.effect-fold.min.js b/themes/default/js/ui/minified/jquery.ui.effect-fold.min.js
index c91b67950..f20da951b 100644
--- a/themes/default/js/ui/minified/jquery.ui.effect-fold.min.js
+++ b/themes/default/js/ui/minified/jquery.ui.effect-fold.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-fold.js
-* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
-(function(e,t){e.effects.effect.fold=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=s==="hide",a=t.size||15,f=/([0-9]+)%/.exec(a),l=!!t.horizFirst,c=o!==l,h=c?["width","height"]:["height","width"],p=t.duration/2,d,v,m={},g={};e.effects.save(r,i),r.show(),d=e.effects.createWrapper(r).css({overflow:"hidden"}),v=c?[d.width(),d.height()]:[d.height(),d.width()],f&&(a=parseInt(f[1],10)/100*v[u?0:1]),o&&d.css(l?{height:0,width:a}:{height:a,width:0}),m[h[0]]=o?v[0]:a,g[h[1]]=o?v[1]:0,d.animate(m,p,t.easing).animate(g,p,t.easing,function(){u&&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.fold=function(e,i){var s,n,a=t(this),o=["position","top","bottom","left","right","height","width"],r=t.effects.setMode(a,e.mode||"hide"),l="show"===r,h="hide"===r,c=e.size||15,u=/([0-9]+)%/.exec(c),d=!!e.horizFirst,p=l!==d,f=p?["width","height"]:["height","width"],g=e.duration/2,m={},v={};t.effects.save(a,o),a.show(),s=t.effects.createWrapper(a).css({overflow:"hidden"}),n=p?[s.width(),s.height()]:[s.height(),s.width()],u&&(c=parseInt(u[1],10)/100*n[h?0:1]),l&&s.css(d?{height:0,width:c}:{height:c,width:0}),m[f[0]]=l?n[0]:c,v[f[1]]=l?n[1]:0,s.animate(m,g,e.easing).animate(v,g,e.easing,function(){h&&a.hide(),t.effects.restore(a,o),t.effects.removeWrapper(a),i()})}})(jQuery); \ No newline at end of file