mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
a29e0190db
Props ocean90 fixes #22290 git-svn-id: http://core.svn.wordpress.org/trunk@22361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
5 lines
367 B
JavaScript
5 lines
367 B
JavaScript
/*! jQuery UI - v1.9.1 - 2012-10-25
|
|
* http://jqueryui.com
|
|
* Includes: jquery.ui.effect-fade.js
|
|
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
|
|
(function(e,t){e.effects.effect.fade=function(t,n){var r=e(this),i=e.effects.setMode(r,t.mode||"toggle");r.animate({opacity:i},{queue:!1,duration:t.duration,easing:t.easing,complete:n})}})(jQuery); |