From d79bf3517eda9b74883c68c255e82067449d3274 Mon Sep 17 00:00:00 2001 From: Oleg Date: Tue, 29 Jan 2013 04:04:58 +0400 Subject: Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. Change uglify-js options for compressor Change variables initialization sequence for some declarations --- src/ajax/xhr.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/ajax/xhr.js') diff --git a/src/ajax/xhr.js b/src/ajax/xhr.js index 2353392f6..3133dd439 100644 --- a/src/ajax/xhr.js +++ b/src/ajax/xhr.js @@ -101,11 +101,7 @@ if ( xhrSupported ) { // Listener callback = function( _, isAbort ) { - - var status, - statusText, - responseHeaders, - responses; + var status, responseHeaders, statusText, responses; // Firefox throws exceptions when accessing properties // of an xhr when a network error occurred -- cgit v1.2.3