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

@@ -46,12 +46,12 @@ jQuery.Callbacks = function( options ) {
memory,
// Flag to know if list was already fired
fired,
// First callback to fire (used internally by add and fireWith)
firingStart,
// Index of currently firing callback (modified by remove if needed)
firingIndex,
// End of the loop when firing
firingLength,
// Index of currently firing callback (modified by remove if needed)
firingIndex,
// First callback to fire (used internally by add and fireWith)
firingStart,
// Actual callback list
list = [],
// Stack of fire calls for repeatable lists