JsShrink
JsShrink copied to clipboard
Bug when compressing jquery-ui
The script compress this:
"something"+ ++s;
as:
"something"+++s;
this cause a problem in firefox.
Thanks