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
This commit is contained in:
Oleg
2013-01-29 04:04:58 +04:00
committed by Dave Methvin
parent e392e5579b
commit d79bf3517e
12 changed files with 67 additions and 61 deletions

View File

@@ -290,7 +290,7 @@ jQuery.extend({
},
attr: function( elem, name, value ) {
var ret, hooks, notxml,
var hooks, notxml, ret,
nType = elem.nodeType;
// don't get/set attributes on text, comment and attribute nodes