[Laszlo-checkins] r13034 - openlaszlo/trunk/lps/components/incubator/opttree
bargull@openlaszlo.org
bargull at openlaszlo.org
Tue Feb 24 05:20:48 PST 2009
Author: bargull
Date: 2009-02-24 05:20:46 -0800 (Tue, 24 Feb 2009)
New Revision: 13034
Modified:
openlaszlo/trunk/lps/components/incubator/opttree/opttree.lzx
Log:
Change 20090224-bargull-lwE by bargull at dell--p4--2-53 on 2009-02-24 14:19:37
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix invalid delegate warning in opttree
New Features:
Bugs Fixed: LPP-7800 (invalid delegate warning)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
add default arguments for "_updatePos()" and "_updateDragged()".
Tests:
Modified: openlaszlo/trunk/lps/components/incubator/opttree/opttree.lzx
===================================================================
--- openlaszlo/trunk/lps/components/incubator/opttree/opttree.lzx 2009-02-24 13:20:19 UTC (rev 13033)
+++ openlaszlo/trunk/lps/components/incubator/opttree/opttree.lzx 2009-02-24 13:20:46 UTC (rev 13034)
@@ -252,7 +252,7 @@
}
</method>
- <method name="_updatePos">
+ <method name="_updatePos" args="ignore=null">
<![CDATA[
var py = parent.getMouse( 'y' );
var czero = parent.nodeinst.clones[ 0 ];
@@ -321,7 +321,7 @@
</method>
<!--- @access private -->
- <method name="_updateDragged">
+ <method name="_updateDragged" args="ignore=null">
dragged.setAttribute('y', this.getMouse( 'y' ) - this._ydragoff );
</method>
More information about the Laszlo-checkins
mailing list