Opened 13 years ago
Closed 13 years ago
#4574 closed defect (fixed)
Shrinksafe inserts extra semi-colon
Reported by: | Neil Roberts | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | ShrinkSafe | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
[function(){}] becomes [function(){};]
Change History (2)
comment:1 Changed 13 years ago by
Component: | BuildSystem → ShrinkSafe |
---|---|
Owner: | changed from James Burke to alex |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10980]) ensure that functions inside arrays don't blow up under shrinksafe. Fixes #4574