X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax.js;h=95e40ecd28459fce8f7e93d18aab0dbc7542cbd1;hb=da597bcf9014b1827e50c0e8f3b9268318574572;hp=e6154806808093afcd5e84df95a2ecde89b3ae23;hpb=51283d9643726721acc415dba891004a30cf1ae6;p=jquery.git diff --git a/src/ajax.js b/src/ajax.js index e615480..95e40ec 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -698,12 +698,12 @@ if ( window.ActiveXObject ) { if ( window.location.protocol !== "file:" ) { try { return new window.XMLHttpRequest(); - } catch(e) {} + } catch(xhrError) {} } try { return new window.ActiveXObject("Microsoft.XMLHTTP"); - } catch(e) {} + } catch(activeError) {} }; }