Fix bug #814.
This commit is contained in:
parent
c8b7881c73
commit
5ebd5f604a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue