()
| 7742 | } |
| 7743 | |
| 7744 | function createActiveXHR() { |
| 7745 | try { |
| 7746 | return new window.ActiveXObject( "Microsoft.XMLHTTP" ); |
| 7747 | } catch( e ) {} |
| 7748 | } |
| 7749 | |
| 7750 | // Create the request object |
| 7751 | // (This is still attached to ajaxSettings for backward compatibility) |