Change 20071127-lou-b by [EMAIL PROTECTED] on 2007-11-27 11:17:03 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix example 14.14 in the calculator tutorial in the dguide so it compiles to DHTML

Bugs Fixed: LPP-5158

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: an array was declared wrong.
change
this.allOperators = new array( '+', '-', '/', '*' );
to
this.allOperators = new Array( '+', '-', '/', '*' );

Tests: manual verify

Files:
M      docs/src/developers/tutorials/programs/calculator_display.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071127-lou- b.tar

Reply via email to