Closed
Bug 529073
Opened 15 years ago
Closed 15 years ago
YUI fails to compress, complains about 'boolean'
Categories
(Skywriter Graveyard :: General, defect)
Skywriter Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pcwalton, Assigned: pcwalton)
Details
The embedded release fails to build; the following error is reported.
ERROR ~ YUI compressor error: [ERROR] 7234:16:invalid property id on line 7234 of javascript.js:
[7233] },
--> [7234] boolean: {
"Boolean" is a reserved word in JavaScript, so YUI is complaining.
Comment 1•15 years ago
|
||
I fixed this in 61eabbcef784, since it was trivial.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•