diff options
Diffstat (limited to 'src/ajax/xhr.js')
-rw-r--r-- | src/ajax/xhr.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ajax/xhr.js b/src/ajax/xhr.js index 5a93891ab..33dafb01d 100644 --- a/src/ajax/xhr.js +++ b/src/ajax/xhr.js @@ -4,6 +4,8 @@ define( [ "../ajax" ], function( jQuery, support ) { +"use strict"; + jQuery.ajaxSettings.xhr = function() { try { return new window.XMLHttpRequest(); |