diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-06-24 10:30:34 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-06-24 10:30:34 -0700 |
commit | b0e14ca1d4d14225c5ab4150e0c14033246cc71f (patch) | |
tree | 12d543a87655c6b4cc9963a9f7462f5958fc78ae /core/misc/ui/jquery.effects.blind.min.js | |
parent | 10b4848f6d224f1ddd89912ae10d30a8da9de687 (diff) | |
download | drupal-b0e14ca1d4d14225c5ab4150e0c14033246cc71f.tar.gz drupal-b0e14ca1d4d14225c5ab4150e0c14033246cc71f.zip |
Issue #1085590 by Rob Loach, keichee, tim.plunkett, mfer, ericduran: Update jQuery UI to the latest in the git repository.
Diffstat (limited to 'core/misc/ui/jquery.effects.blind.min.js')
-rw-r--r-- | core/misc/ui/jquery.effects.blind.min.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/misc/ui/jquery.effects.blind.min.js b/core/misc/ui/jquery.effects.blind.min.js deleted file mode 100644 index 1f80e26a538..00000000000 --- a/core/misc/ui/jquery.effects.blind.min.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - * jQuery UI Effects Blind 1.8.16 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Effects/Blind - * - * Depends: - * jquery.effects.core.js - */ -(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a, -g);b.effects.removeWrapper(a);c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery); |