Ticket #1241 (new Bug)

Opened 15 months ago

Last modified 9 months ago

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

Changed 9 months ago by w.olchawa

  • keywords Confirmed added
Note: See TracTickets for help on using tickets.