summaryrefslogtreecommitdiffstatshomepage
path: root/core/misc/ui/jquery.effects.fade.min.js
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-06-24 10:30:34 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2012-06-24 10:30:34 -0700
commitb0e14ca1d4d14225c5ab4150e0c14033246cc71f (patch)
tree12d543a87655c6b4cc9963a9f7462f5958fc78ae /core/misc/ui/jquery.effects.fade.min.js
parent10b4848f6d224f1ddd89912ae10d30a8da9de687 (diff)
downloaddrupal-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.fade.min.js')
-rw-r--r--core/misc/ui/jquery.effects.fade.min.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/misc/ui/jquery.effects.fade.min.js b/core/misc/ui/jquery.effects.fade.min.js
deleted file mode 100644
index 2469821f538..00000000000
--- a/core/misc/ui/jquery.effects.fade.min.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * jQuery UI Effects Fade 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/Fade
- *
- * Depends:
- * jquery.effects.core.js
- */
-(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery);