Opened 17 years ago

Closed 11 years ago

#1241 closed Bug (fixed)

Inline objects array get broken when compressed

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone:
Component: Project : CKPackager Version:
Keywords: 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 (2)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

This issue expired since we use Google Closure Compiler.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy