[Laszlo-checkins] r3735 - sandbox/frisco/trunk/docs/src/dguide
frisco@openlaszlo.org
frisco at openlaszlo.org
Wed Feb 7 21:35:32 PST 2007
Author: frisco
Date: 2007-02-07 21:35:28 -0800 (Wed, 07 Feb 2007)
New Revision: 3735
Modified:
sandbox/frisco/trunk/docs/src/dguide/testdriven.html
Log:
Change 20070207-laszlosystems-R by laszlosystems at Frisco-Mini.local on 2007-02-07 21:31:55 PST
in /Users/laszlosystems/src/svn/openlaszlo/sandbox
Summary:
New Features:
Bugs Fixed:
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: sandbox/frisco/trunk/docs/src/dguide/testdriven.html
===================================================================
--- sandbox/frisco/trunk/docs/src/dguide/testdriven.html 2007-02-08 05:26:31 UTC (rev 3734)
+++ sandbox/frisco/trunk/docs/src/dguide/testdriven.html 2007-02-08 05:35:28 UTC (rev 3735)
@@ -291,7 +291,7 @@
if (goButton.go==true) {
this.setAttribute('text', 'Stop');
this.setAttribute('go', false);
- while (goButton.counter<Number.MAX_VALUE) {
+ while (goButton.counter<Number.MAX_VALUE) {
Debug.write(goButton.counter);
counter=counter+1;
}
@@ -401,7 +401,7 @@
<method event="onclick">
<![CDATA[
- if (goButton.go==true && goButton.counter<Number.MAX_VALUE) {
+ if (goButton.go==true &&&; goButton.counter<Number.MAX_VALUE) {
foo = new LzDelegate(this, "count", LzIdle, "onidle");
this.setAttribute('text', 'Stop');
this.setAttribute('go', false);
@@ -459,7 +459,7 @@
<method event="onclick">
<![CDATA[
- if (goButton.go==true && goButton.counter<Number.MAX_VALUE) {
+ if (goButton.go==true &&&; goButton.counter<Number.MAX_VALUE) {
foo = new LzDelegate(this, "count", LzIdle, "onidle");
this.setAttribute('text', 'Stop');
this.setAttribute('go', false);
More information about the Laszlo-checkins
mailing list