#2971 closed defect (fixed)
shrinksafe regression
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildTools | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
from Ben Lowery:
Greetings, For some reason, the compressor bit of the new build system seems to be turning the following code: foo.bar = new function(){}(); into foo.bar = new function(){};(); Is anyone else seeing this or am I going insane?
[8345] introduced this issue.
Note: See
TracTickets for help on using
tickets.
(In [8508]) fixes #2971. Thanks to Ben Lowery for finding and reporting the issue.