Author: hqm
Date: 2008-01-15 11:19:04 -0800 (Tue, 15 Jan 2008)
New Revision: 7835

Modified:
   openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.js
Log:
add var declaration to make compatible with sendEvent API

Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.js
===================================================================
--- openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.js     
2008-01-15 18:40:20 UTC (rev 7834)
+++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.js     
2008-01-15 19:19:04 UTC (rev 7835)
@@ -32,8 +32,11 @@
   * @devnote This object sends an 'onidle' event when there is no synchronous 
script
   * running after each frame update.
   */
-class LzIdleClass {
+public class LzIdleClass {
 
+
+  public var __LZdeferDelegates:Boolean = false;
+
   var coi;
   var regNext;
   var _events = null;


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to