()
| 9095 | } |
| 9096 | |
| 9097 | function createActiveXHR() { |
| 9098 | try { |
| 9099 | return new window.ActiveXObject( "Microsoft.XMLHTTP" ); |
| 9100 | } catch( e ) {} |
| 9101 | } |
| 9102 | |
| 9103 | // Create the request object |
| 9104 | // (This is still attached to ajaxSettings for backward compatibility) |
no outgoing calls
no test coverage detected
searching dependent graphs…