Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bug #814.
  • Loading branch information
malsup committed Jan 16, 2007
1 parent c8b7881 commit 5ebd5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax/ajax.js
Expand Up @@ -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;
Expand Down

0 comments on commit 5ebd5f6

Please sign in to comment.