Ignore:
Timestamp:
Jun 24, 2014, 10:16:59 PM (10 years ago)
Author:
rvelices
Message:

upgrade jquery ui from 1.10.1 to 1.10.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/js/ui/minified/jquery.ui.effect-fade.min.js

    r20824 r28780  
    1 /*! jQuery UI - v1.10.1 - 2013-02-15
     1/*! jQuery UI - v1.10.4 - 2014-04-02
    22* http://jqueryui.com
    3 * Includes: jquery.ui.effect-fade.js
    4 * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
    5 (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);
     3* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
     4
     5(function(t){t.effects.effect.fade=function(e,i){var s=t(this),n=t.effects.setMode(s,e.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}})(jQuery);
Note: See TracChangeset for help on using the changeset viewer.