Bug fix : missing semicolons were causing an error with IE9.

SVN:2.0[3110]
This commit is contained in:
Denis Flaven
2014-03-26 15:04:27 +00:00
parent 5170af8875
commit 2ccb455a54

View File

@@ -131,12 +131,12 @@ jQuery.extend(
jQuery.handleError(s, xml, null, e);
}
}, 100)
}, 100);
xml = null
xml = null;
}
}
};
// Timeout checker
if ( s.timeout > 0 )
{