diff options
author | Dominik Schilling (ocean90) <ocean90@git.wordpress.org> | 2014-01-24 17:43:40 +0000 |
---|---|---|
committer | Dominik Schilling (ocean90) <ocean90@git.wordpress.org> | 2014-01-24 17:43:40 +0000 |
commit | 07bbb5cd1fdc5475c1247f4dce1e6d2cb55c8322 (patch) | |
tree | 35f7344cfb08d243ef93fc6c446c3002d6e7f877 /src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js | |
parent | cad7870533951a72728fc50f601d0db6cf82c4bd (diff) | |
download | wordpress-07bbb5cd1fdc5475c1247f4dce1e6d2cb55c8322.tar.gz wordpress-07bbb5cd1fdc5475c1247f4dce1e6d2cb55c8322.zip |
Update to jQuery UI 1.10.4. fixes #26884.
git-svn-id: https://develop.svn.wordpress.org/trunk@27028 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js')
-rw-r--r-- | src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js b/src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js index 8bfffec5f0..1d251c20b3 100644 --- a/src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js +++ b/src/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js @@ -1,4 +1,4 @@ -/*! jQuery UI - v1.10.3 - 2013-05-03 +/*! jQuery UI - v1.10.4 - 2014-01-17 * http://jqueryui.com -* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ +* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ (function(t){t.effects.effect.shake=function(e,i){var s,n=t(this),a=["position","top","bottom","left","right","height","width"],o=t.effects.setMode(n,e.mode||"effect"),r=e.direction||"left",h=e.distance||20,l=e.times||3,c=2*l+1,u=Math.round(e.duration/c),d="up"===r||"down"===r?"top":"left",p="up"===r||"left"===r,f={},m={},g={},v=n.queue(),_=v.length;for(t.effects.save(n,a),n.show(),t.effects.createWrapper(n),f[d]=(p?"-=":"+=")+h,m[d]=(p?"+=":"-=")+2*h,g[d]=(p?"-=":"+=")+2*h,n.animate(f,u,e.easing),s=1;l>s;s++)n.animate(m,u,e.easing).animate(g,u,e.easing);n.animate(m,u,e.easing).animate(f,u/2,e.easing).queue(function(){"hide"===o&&n.hide(),t.effects.restore(n,a),t.effects.removeWrapper(n),i()}),_>1&&v.splice.apply(v,[1,0].concat(v.splice(_,c+1))),n.dequeue()}})(jQuery);
\ No newline at end of file |