Skip to content

Commit

Permalink
Fix the closure in ajax.js too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed Dec 10, 2010
1 parent 3c641bd commit ab74d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ jQuery.support.ajax = !!testXHR;
// Does this browser support crossDomain XHR requests
jQuery.support.cors = testXHR && "withCredentials" in testXHR;

})(jQuery);
})( jQuery );

0 comments on commit ab74d8e

Please sign in to comment.