This commit is contained in:
Mike Alsup 2007-01-16 11:38:33 +00:00
parent c8b7881c73
commit 5ebd5f604a

View file

@ -55,7 +55,7 @@ jQuery.fn.extend({
// If the second parameter was provided
if ( params )
// If it's a function
if ( jQuery.isFunction( params.constructor ) ) {
if ( jQuery.isFunction( params ) ) {
// We assume that it's the callback
callback = params;
params = null;