mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
effects.fade: Using $ instead of jQuery
This commit is contained in:
parent
703cd82cd0
commit
69a7382fb7
2
ui/jquery.effects.fade.js
vendored
2
ui/jquery.effects.fade.js
vendored
@ -24,7 +24,7 @@ $.effects.fade = function( o ) {
|
||||
duration: o.duration,
|
||||
easing: o.easing,
|
||||
complete: function() {
|
||||
jQuery.isFunction( o.complete ) && o.complete.apply( this, arguments );
|
||||
$.isFunction( o.complete ) && o.complete.apply( this, arguments );
|
||||
el.dequeue();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user