]> source.dussan.org Git - jquery-ui.git/commitdiff
effects.fade: Using $ instead of jQuery
authorgnarf <gnarf@gnarf.net>
Mon, 7 Mar 2011 03:16:56 +0000 (21:16 -0600)
committergnarf <gnarf@gnarf.net>
Mon, 7 Mar 2011 03:16:56 +0000 (21:16 -0600)
ui/jquery.effects.fade.js

index c6cb85cc212d5bcb34c6245a4ce4cf1047642c3e..825c84e780e197e5099ff8fb050e096a8625610b 100644 (file)
@@ -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();
                        }
                });