Author: max
Date: 2007-10-19 11:46:42 -0700 (Fri, 19 Oct 2007)
New Revision: 6928

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs
Log:
Change 20071018-maxcarlson-M by [EMAIL PROTECTED] on 2007-10-18 21:14:20 PDT
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix modemanager braino

New Features:

Bugs Fixed: LPP-4902 - Modal view causing DHTML FF error whenever mouse moved 
in trunk build 6836

Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Don't null out the event!
    

Tests: See LPP-4902



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs 2007-10-19 
18:18:00 UTC (rev 6927)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs 2007-10-19 
18:46:42 UTC (rev 6928)
@@ -52,8 +52,6 @@
 /** Sent when the mode changes. */
 DeclareEvent(LzModeManager, 'onmode' );
 
-LzModeManager.onmode = null;
-
 /** @access private */
 LzModeManager.__LZlastclick = null;
 LzModeManager.willCall = false;


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to