Author: ptw
Date: 2007-10-04 17:05:22 -0700 (Thu, 04 Oct 2007)
New Revision: 6730

Modified:
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/core/LzNode.lzs
Log:
Change 20071004-ptw-Y by [EMAIL PROTECTED] on 2007-10-04 17:02:35 PDT
    in /Users/ptw/OpenLaszlo/jujube
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Declare clonenumber

Bugs Fixed:
LPP-4793 'Using clonenumber emits warning when using replicator'

Technical Reviewer: max (over shoulder)

Tests:
    Bug test case no longer gives a warning



Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/core/LzNode.lzs
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/core/LzNode.lzs      
2007-10-04 23:51:40 UTC (rev 6729)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/core/LzNode.lzs      
2007-10-05 00:05:22 UTC (rev 6730)
@@ -274,6 +274,8 @@
   * changes.
   */
 DeclareEvent(prototype, 'ondata' );
+/** If replicated, the index of this clone */
+var clonenumber = null;
 DeclareEvent(prototype, 'onclonenumber' );
 DeclareEvent(prototype, 'ondestroy' );
 


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

Reply via email to