Ticket #1241 (new Bug)
Inline objects array get broken when compressed
| Reported by: | fredck | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : FCKpackager | Version: | |
| Keywords: | Confirmed | Cc: |
Description
The following input:
var myArray =
[
{ key:1 }
];
Outputs like this:
var myArray=[{ key:1};];
Note that a semi-collon has been added after the object declaration inside the array.
Change History
Note: See
TracTickets for help on using
tickets.