Author: max
Date: 2007-11-18 14:19:39 -0800 (Sun, 18 Nov 2007)
New Revision: 7312

Modified:
   openlaszlo/trunk/test/lfc/legals/eventtester.lzx
Log:
+ write events to the debugger if $debug

Modified: openlaszlo/trunk/test/lfc/legals/eventtester.lzx
===================================================================
--- openlaszlo/trunk/test/lfc/legals/eventtester.lzx    2007-11-18 04:22:11 UTC 
(rev 7311)
+++ openlaszlo/trunk/test/lfc/legals/eventtester.lzx    2007-11-18 22:19:39 UTC 
(rev 7312)
@@ -15,6 +15,7 @@
             this.evDel = new LzDelegate(this, 'update', this.reference, 
eventname); 
         </handler>
         <method name="update" args="d">
+            if ($debug) Debug.write(eventname, d);
             this.setAttribute('value', d);
             this.txt.setText(eventname + ': '+ d);
             this.bg.setBGColor(green);


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to