[Laszlo-checkins] r8539 - openlaszlo/trunk/WEB-INF/lps/lfc/services
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu Apr 3 10:30:27 PDT 2008
Author: hqm
Date: 2008-04-03 10:30:25 -0700 (Thu, 03 Apr 2008)
New Revision: 8539
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs
Log:
Change 20080403-hqm-Z by hqm at badtzmaru.local on 2008-04-03 13:27:57 EDT
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: use 'this' in LzFocus.initialize
New Features:
Bugs Fixed:
Technical Reviewer: andre
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
compile lfc8 without free var warning
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs 2008-04-03 16:05:42 UTC (rev 8538)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs 2008-04-03 17:30:25 UTC (rev 8539)
@@ -37,8 +37,8 @@
}
function initialize () {
- upDel = new LzDelegate( LzFocus , "gotKeyUp", LzKeys, "onkeyup");
- downDel = new LzDelegate( LzFocus , "gotKeyDown", LzKeys, "onkeydown");
+ this.upDel = new LzDelegate( LzFocus , "gotKeyUp", LzKeys, "onkeyup");
+ this.downDel = new LzDelegate( LzFocus , "gotKeyDown", LzKeys, "onkeydown");
}
More information about the Laszlo-checkins
mailing list