[Laszlo-checkins] r11049 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf
bargull@openlaszlo.org
bargull at openlaszlo.org
Wed Sep 17 10:57:31 PDT 2008
Author: bargull
Date: 2008-09-17 10:57:26 -0700 (Wed, 17 Sep 2008)
New Revision: 11049
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLoader.lzs
Log:
Change 20080917-bargull-hNQ by bargull at dell--p4--2-53 on 2008-09-17 19:57:13
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: typeof returns a string
New Features:
Bugs Fixed: LPP-4229
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLoader.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLoader.lzs 2008-09-17 17:56:53 UTC (rev 11048)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLoader.lzs 2008-09-17 17:57:26 UTC (rev 11049)
@@ -334,7 +334,7 @@
o.proxyurl = null;
}
- if (typeof(o.proxied) != undefined && o.proxied != null) {
+ if (typeof(o.proxied) != 'undefined' && o.proxied != null) {
lmv.proxied = o.proxied;
} else {
lmv.proxied = canvas.isProxied();
More information about the Laszlo-checkins
mailing list