Author: hqm
Date: 2008-01-14 19:22:54 -0800 (Mon, 14 Jan 2008)
New Revision: 7831
Modified:
openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.lzs
Log:
declare __LZdeferDelegates flag, needed by sendEvent
Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.lzs
===================================================================
--- openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.lzs
2008-01-14 22:11:58 UTC (rev 7830)
+++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/services/LzIdle.lzs
2008-01-15 03:22:54 UTC (rev 7831)
@@ -34,6 +34,13 @@
*/
class LzIdleClass {
+ var __LZdeferDelegates:Boolean = false;
+
+/** This is the idle event for the system, sent by this service
+ * @lzxtype event
+ */
+var onidle = LzDeclaredEvent;
+
var coi;
@@ -77,11 +84,6 @@
}
}
-/** This is the idle event for the system, sent by this service
- * @lzxtype event
- */
-var onidle = LzDeclaredEvent;
-
function toString () { return "LzIdle" }; // LzIdle in case somebody checks it
} // End of LzIdleClass
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins