diff options
Diffstat (limited to 'include/jquery_ui/development-bundle/ui/minified/jquery.effects.fade.min.js')
-rw-r--r-- | include/jquery_ui/development-bundle/ui/minified/jquery.effects.fade.min.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.fade.min.js b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.fade.min.js deleted file mode 100644 index 5f7f15f63..000000000 --- a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.fade.min.js +++ /dev/null @@ -1,5 +0,0 @@ -/*! jQuery UI - v1.8.21 - 2012-06-05 -* https://github.com/jquery/jquery-ui -* Includes: jquery.effects.fade.js -* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ -(function(a,b){a.effects.fade=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"hide");c.animate({opacity:d},{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery);
\ No newline at end of file |