I'd like to see this small doc change brought over to branches/4.0 from branches/legals.

It essentially makes the documentation for LzBrowser available in the Reference Guide rather than just the Contributor's Guide. Actually, with this change there will be two versions of LzBrowser, one for swf and one for dhtml; we'll fix this by creating an interface for LzBrowser and documenting that.

Risks are very small.

jim

Begin forwarded message:

From: [EMAIL PROTECTED]
Date: March 26, 2007 10:03:34 AM PDT
To: [email protected]
Subject: [Laszlo-checkins] r4494 - in openlaszlo/branches/legals/ WEB-INF/lps/lfc/services/platform: dhtml swf
Reply-To: [email protected]

Author: jgrandy
Date: 2007-03-26 10:03:32 -0700 (Mon, 26 Mar 2007)
New Revision: 4494

Modified:
openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/ dhtml/LzBrowser.js openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/swf/ LzBrowser.as
Log:
LzBrowser should be in LFC.Services instead of Kernel.AS2. One remaining issue is that there are two implementations of LzBrowser, one for DHTML and one for Flash, so we get two entries. This will require a larger change.

Modified: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/ platform/dhtml/LzBrowser.js
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/ dhtml/LzBrowser.js 2007-03-26 16:56:19 UTC (rev 4493) +++ openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/ dhtml/LzBrowser.js 2007-03-26 17:03:32 UTC (rev 4494)
@@ -5,8 +5,8 @@
   *
   * @affects lzbrowser
   * @access public
-  * @topic Kernel
-  * @subtopic DHTML
+  * @topic LFC
+  * @subtopic Services
   */

 var LzBrowser = new Object;

Modified: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/ platform/swf/LzBrowser.as
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/ swf/LzBrowser.as 2007-03-26 16:56:19 UTC (rev 4493) +++ openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/ swf/LzBrowser.as 2007-03-26 17:03:32 UTC (rev 4494)
@@ -5,8 +5,8 @@
   *
   * @affects lzbrowser
   * @access public
-  * @topic Kernel
-  * @subtopic AS2
+  * @topic LFC
+  * @subtopic Services
   */

 /**


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

Reply via email to