Skip to content

Commit

Permalink
This gives better compression when sent over gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
adeelejaz committed Nov 18, 2010
1 parent 73d7b7b commit 3ab743a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jquery.ae.image.resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
}

var mathFloor = Math.floor
, browser = $.browser
, isIE6 = browser.msie && (parseInt(browser.version) == 6)
, isIE6 = $.browser.msie && (parseInt($.browser.version) == 6)
, aspectRatio = 0
;

Expand Down

0 comments on commit 3ab743a

Please sign in to comment.