[Laszlo-checkins] r11661 - openlaszlo/trunk/WEB-INF/lps/lfc/debugger/platform/swf
bargull@openlaszlo.org
bargull at openlaszlo.org
Fri Oct 31 05:27:07 PDT 2008
Author: bargull
Date: 2008-10-31 05:27:05 -0700 (Fri, 31 Oct 2008)
New Revision: 11661
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/debugger/platform/swf/LzDebug.as
Log:
Change 20081030-bargull-qYS by bargull at dell--p4--2-53 on 2008-10-30 17:39:10
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: adjust lzconsoledebug check
New Features:
Bugs Fixed: LPP-7107
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Test for the same condition as in swf9
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/debugger/platform/swf/LzDebug.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/debugger/platform/swf/LzDebug.as 2008-10-31 12:24:52 UTC (rev 11660)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/debugger/platform/swf/LzDebug.as 2008-10-31 12:27:05 UTC (rev 11661)
@@ -145,7 +145,7 @@
function makeDebugWindow () {
// Make the real console. This is only called if the user code
// did not actually instantiate a <debug /> tag
- if (typeof(global.lzconsoledebug) != 'undefined') {
+ if (global['lzconsoledebug'] == 'true') {
// Open the remote debugger socket
this.attachDebugConsole(new LzFlashRemoteDebugConsole());
} else {
More information about the Laszlo-checkins
mailing list