[Laszlo-checkins] r11788 - openlaszlo/trunk/lps/components/incubator
bargull@openlaszlo.org
bargull at openlaszlo.org
Sat Nov 15 06:39:28 PST 2008
Author: bargull
Date: 2008-11-15 06:39:26 -0800 (Sat, 15 Nov 2008)
New Revision: 11788
Modified:
openlaszlo/trunk/lps/components/incubator/roundrect.lzx
Log:
Change 20081115-bargull-hfQ by bargull at dell--p4--2-53 on 2008-11-15 15:41:53
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add missing local var declaration
New Features:
Bugs Fixed: LPP-7317
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Just add the declaration.
Tests:
Modified: openlaszlo/trunk/lps/components/incubator/roundrect.lzx
===================================================================
--- openlaszlo/trunk/lps/components/incubator/roundrect.lzx 2008-11-15 14:38:34 UTC (rev 11787)
+++ openlaszlo/trunk/lps/components/incubator/roundrect.lzx 2008-11-15 14:39:26 UTC (rev 11788)
@@ -1,5 +1,5 @@
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2007-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@ -->
@@ -201,7 +201,7 @@
} else {
var dirty = false;
var c = this._cache;
- for (i in c) {
+ for (var i in c) {
if (c[i] != this[i]) {
c[i] = this[i];
dirty = true;
More information about the Laszlo-checkins
mailing list