[Laszlo-checkins] r13473 - openlaszlo/trunk/WEB-INF/lps/lfc/core
bargull@openlaszlo.org
bargull at openlaszlo.org
Wed Mar 25 12:19:27 PDT 2009
Author: bargull
Date: 2009-03-25 12:19:25 -0700 (Wed, 25 Mar 2009)
New Revision: 13473
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
Log:
Change 20090325-bargull-WOQ by bargull at dell--p4--2-53 on 2009-03-25 20:19:39
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix copy and paste error
New Features:
Bugs Fixed: LPP-7905
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs 2009-03-25 19:05:21 UTC (rev 13472)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs 2009-03-25 19:19:25 UTC (rev 13473)
@@ -247,7 +247,7 @@
var setr = '$lzc$set_' + key;
if (! this[setr]) {
if (val instanceof Function) {
- this.addProperty(a, val);
+ this.addProperty(key, val);
} else if (val !== void 0) {
this[key] = val;
} else if ($as3) {
More information about the Laszlo-checkins
mailing list