Change change.Y1fIQyAfL.txt by ptw@tin-woodsman.local /Users/ptw/pending-changes/ on 2006-07-21 19:34:51 EDT

Summary: Fix compression bug revealed by Phil's class work

Bugs Fixed:
LPP-2395 Javascript Class translation tickles compression bug

Technical Reviewer: hminsky (pending)
QA Reviewer: promanik (pending)
Doc Reviewer: n/a/

Details:
    If a parenthesized expression follows another expression in a
    statement list, you have to insert a semicolon not an implicit
    semicolon (newline), otherwise it will be parsed as a function
    call.

Tests:
    Inspection of LFCdhtml.js before and after.  Compiled and ran
    LZPIX with Phil's LzNode changes and the error he was seeing is
    fixed.


Files:
M      src/org/openlaszlo/sc/Compiler.java

