Skip to content

Commit 69a7382

Browse files
committed
effects.fade: Using $ instead of jQuery
1 parent 703cd82 commit 69a7382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.fade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $.effects.fade = function( o ) {
2424
duration: o.duration,
2525
easing: o.easing,
2626
complete: function() {
27-
jQuery.isFunction( o.complete ) && o.complete.apply( this, arguments );
27+
$.isFunction( o.complete ) && o.complete.apply( this, arguments );
2828
el.dequeue();
2929
}
3030
});

0 commit comments

Comments
 (0)