Author: ptw
Date: 2007-09-27 05:20:32 -0700 (Thu, 27 Sep 2007)
New Revision: 6640

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
Log:
Change 20070926-ptw-p by [EMAIL PROTECTED] on 2007-09-26 17:30:12 EDT
    in /Users/ptw/OpenLaszlo/ringding
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Declare clonenumber

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

Technical Reviewer: hminsky (pending)
QA Reviewer: pablo (Message-ID: <[EMAIL PROTECTED]>)

Tests:
    Bug test case no longer gives a warning



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs    2007-09-27 07:29:47 UTC 
(rev 6639)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs    2007-09-27 12:20:32 UTC 
(rev 6640)
@@ -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