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 the second parameter was provided
|
||||||
if ( params )
|
if ( params )
|
||||||
// If it's a function
|
// If it's a function
|
||||||
if ( jQuery.isFunction( params.constructor ) ) {
|
if ( jQuery.isFunction( params ) ) {
|
||||||
// We assume that it's the callback
|
// We assume that it's the callback
|
||||||
callback = params;
|
callback = params;
|
||||||
params = null;
|
params = null;
|
||||||
|
|
Loading…
Reference in a new issue