Another fix for bug #1584, ajaxStop would not be called for a cross-domain request if a handler was not provided.

This commit is contained in:
John Resig 2007-10-17 23:13:31 +00:00
parent e287007f6a
commit 9ac9aaeec3

View file

@ -223,7 +223,7 @@ jQuery.extend({
script.src = s.url;
// Handle Script loading
if ( !jsonp && (s.success || s.complete) ) {
if ( !jsonp ) {
var done = false;
// Attach handlers for all browsers