summaryrefslogtreecommitdiffstatshomepage
path: root/core/misc/ui/jquery.effects.fade.min.js
diff options
context:
space:
mode:
authorNathaniel <catch@35733.no-reply.drupal.org>2011-11-01 12:32:15 +0900
committerNathaniel <catch@35733.no-reply.drupal.org>2011-11-01 12:32:15 +0900
commit906a6db34707d27120dddd43a23f26f24153255d (patch)
treee9cdcb5b66f1e593d1321845757b489b4bac588d /core/misc/ui/jquery.effects.fade.min.js
parentf0a16bf2a4d1524aa33b656533e37d977cca4802 (diff)
downloaddrupal-906a6db34707d27120dddd43a23f26f24153255d.tar.gz
drupal-906a6db34707d27120dddd43a23f26f24153255d.zip
Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4d1524aa33b656533e37d977cca4802.
Diffstat (limited to 'core/misc/ui/jquery.effects.fade.min.js')
-rw-r--r--core/misc/ui/jquery.effects.fade.min.js14
1 files changed, 0 insertions, 14 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 71127f9ad4bf..000000000000
--- a/core/misc/ui/jquery.effects.fade.min.js
+++ /dev/null
@@ -1,14 +0,0 @@
-
-/*
- * jQuery UI Effects Fade 1.8.7
- *
- * Copyright 2010, 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);