Date: June 30, 2006 1:12:54 PM PDT
Subject: [Laszlo-checkins] r1229 - openlaszlo/branches/legals/WEB-INF/lps/lfc/services
Author: max
Date: 2006-06-30 16:12:52 -0400 (Fri, 30 Jun 2006)
New Revision: 1229
Added:
openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.lzs
Removed:
openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.as
openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.js
Modified:
openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs
Log:
* Unify LzIdle code across runtimes to LzIdle.lzs in the kernel
Modified: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs 2006-06-30 20:05:18 UTC (rev 1228)
+++ openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs 2006-06-30 20:12:52 UTC (rev 1229)
@@ -8,12 +8,10 @@
//* A_LZ_COPYRIGHT_END ********************************************************
if ($dhtml) {
- #include "services/LzIdle.js"
#include "services/LzBrowser.js"
#include "services/LzTrack.js"
} else {
- #include "services/LzIdle.as"
#include "services/LzInstantiator.as"
#include "services/LzKeys.as"
#include "services/LzCursor.as"
@@ -25,4 +23,5 @@
#include "services/LzHistory.as"
}
+#include "services/LzIdle.lzs"
#include "services/LzTimer.lzs"
Deleted: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.as
Deleted: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.js
Copied: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.lzs (from rev 1228, openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.as)
_______________________________________________
Laszlo-checkins mailing list