[Laszlo-checkins] r11065 - openlaszlo/trunk/lps/components/utils/replicator

bargull@openlaszlo.org bargull at openlaszlo.org
Thu Sep 18 05:39:07 PDT 2008


Author: bargull
Date: 2008-09-18 05:39:03 -0700 (Thu, 18 Sep 2008)
New Revision: 11065

Modified:
   openlaszlo/trunk/lps/components/utils/replicator/lazyreplicator.lzx
   openlaszlo/trunk/lps/components/utils/replicator/replicator.lzx
Log:
Change 20080917-bargull-zsK by bargull at dell--p4--2-53 on 2008-09-17 20:17:49
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add ignore arg for explicit replicators

New Features:

Bugs Fixed: LPP-6998

Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
same procedure as every year..
    

Tests:



Modified: openlaszlo/trunk/lps/components/utils/replicator/lazyreplicator.lzx
===================================================================
--- openlaszlo/trunk/lps/components/utils/replicator/lazyreplicator.lzx	2008-09-18 08:00:14 UTC (rev 11064)
+++ openlaszlo/trunk/lps/components/utils/replicator/lazyreplicator.lzx	2008-09-18 12:39:03 UTC (rev 11065)
@@ -49,7 +49,7 @@
         <attribute name="_lastNodesLength" value="0"/>
         
         <!-- @keywords private -->
-        <method name="__adjustVisibleClones">
+        <method name="__adjustVisibleClones" args="ignore=null" >
             <![CDATA[
             if ( ! this.nodes ) {
                 while ( this.clones.length ) this.poolClone( this.clones.pop() );

Modified: openlaszlo/trunk/lps/components/utils/replicator/replicator.lzx
===================================================================
--- openlaszlo/trunk/lps/components/utils/replicator/replicator.lzx	2008-09-18 08:00:14 UTC (rev 11064)
+++ openlaszlo/trunk/lps/components/utils/replicator/replicator.lzx	2008-09-18 12:39:03 UTC (rev 11065)
@@ -75,7 +75,7 @@
         </method>
         
         <!-- @keywords private -->
-        <method name="_updateChildren">
+        <method name="_updateChildren" args="ignore=null" >
             <![CDATA[
             // TODO: use changepackage to do something smarter here
             var p = this._pointer.xpathQuery(this.xpath);
@@ -236,7 +236,7 @@
         </method>
         
         <!-- @keywords private -->
-        <method name="__adjustVisibleClones">
+        <method name="__adjustVisibleClones" args="ignore=null" >
             <![CDATA[
             var p = this.container;
             for (var l in p.layouts) {



More information about the Laszlo-checkins mailing list