[Laszlo-checkins] r3777 - openlaszlo/branches/legals/WEB-INF/lps/lfc/glue
hqm@openlaszlo.org
hqm at openlaszlo.org
Fri Feb 9 17:26:30 PST 2007
Author: hqm
Date: 2007-02-09 17:26:26 -0800 (Fri, 09 Feb 2007)
New Revision: 3777
Modified:
openlaszlo/branches/legals/WEB-INF/lps/lfc/glue/LaszloInitiator.lzs
Log:
forgot this with dataset checkin
Modified: openlaszlo/branches/legals/WEB-INF/lps/lfc/glue/LaszloInitiator.lzs
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/glue/LaszloInitiator.lzs 2007-02-10 00:42:07 UTC (rev 3776)
+++ openlaszlo/branches/legals/WEB-INF/lps/lfc/glue/LaszloInitiator.lzs 2007-02-10 01:26:26 UTC (rev 3777)
@@ -106,5 +106,5 @@
}
function lzAddLocalData(name, d) {
- return new LzDataset(null, {name: name, data: d });
+ return new LzDataset(null, {name: name, initialdata: d });
}
More information about the Laszlo-checkins
mailing list