Author: lou
Date: 2007-10-23 15:29:28 -0700 (Tue, 23 Oct 2007)
New Revision: 6981

Modified:
   openlaszlo/trunk/docs/src/developers/debugging.dbk
Log:
Change 20071023-lou-P by [EMAIL PROTECTED] on 2007-10-23 18:24:48 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix typo in debugging chapter of the dguide

New Features:

Bugs Fixed:
           change canvas.versionInfoString() to lz.canvas.versionInfoString()
           in 2.2. Customizing Debug.write() in the debug chapter of the dguide
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: John Sundman



Modified: openlaszlo/trunk/docs/src/developers/debugging.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/debugging.dbk  2007-10-23 22:02:40 UTC 
(rev 6980)
+++ openlaszlo/trunk/docs/src/developers/debugging.dbk  2007-10-23 22:29:28 UTC 
(rev 6981)
@@ -366,8 +366,10 @@
 <para>In addition to 
 Debug.write, Debug.warn, Debug.info, Debug.format, there are utilities for 
determining client environment (Debug.versionInfo() and others)
     </para>
-    <itemizedlist spacing="compact"><listitem><para>
-           canvas.lpsversionInfoString(), Debug.versionInfo() which can be 
very helpful to record for bug reports.
+    <itemizedlist spacing="compact">
+    <!-- fix typo: canvas.versionInfoString to lz.canvas.versionInfoString() 
IORIO 23 oct 2007-->
+    <listitem><para>
+           lz.canvas.versionInfoString(), Debug.versionInfo() which can be 
very helpful to record for bug reports.
          </para></listitem><listitem><para>
         Debug.debug, Debug.info—like Debug.warn and Debug.error, but with 
different colors and tags that match many popular Ajax runtimes.
       </para></listitem><listitem><para>


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

Reply via email to