[Laszlo-checkins] r14293 - openlaszlo/trunk/lps/includes/source

ptw@openlaszlo.org ptw at openlaszlo.org
Wed Jul 8 14:20:47 PDT 2009


Author: ptw
Date: 2009-07-08 14:20:44 -0700 (Wed, 08 Jul 2009)
New Revision: 14293

Modified:
   openlaszlo/trunk/lps/includes/source/embednew.js
Log:
Change 20090708-ptw-e by ptw at dueling-banjos.home on 2009-07-08 17:17:49 EDT
    in /Users/ptw/OpenLaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Remove debug code that causes warning in swf9

Bugs Fixed: LPP-8283 Alt tab issue when switching tasks in IE7/Win

Technical Reviewer: anyone (pending)

Details:
    Comment out debug code

Tests:
    No longer get an error alert from debug player in swf9 smokecheck



Modified: openlaszlo/trunk/lps/includes/source/embednew.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/embednew.js	2009-07-08 20:24:56 UTC (rev 14292)
+++ openlaszlo/trunk/lps/includes/source/embednew.js	2009-07-08 21:20:44 UTC (rev 14293)
@@ -690,7 +690,9 @@
     }
     ,/** @access private */
     _sendAllKeysUpSWF: function (how='unknown') {
-        this.callMethod("lz.Keys.__allKeysUp(" + how + ")");
+//         if (how is Event) { how = 'event'; }
+//         this.callMethod("lz.Keys.__allKeysUp(" + how + ")");
+        this.callMethod("lz.Keys.__allKeysUp()");
     }
     ,/** @access private */
     _sendAllKeysUpDHTML: function (how='unknown') {



More information about the Laszlo-checkins mailing list