[Laszlo-checkins] r10485 - openlaszlo/trunk/lps/components/base

bargull@openlaszlo.org bargull at openlaszlo.org
Fri Jul 25 11:45:20 PDT 2008


Author: bargull
Date: 2008-07-25 11:45:17 -0700 (Fri, 25 Jul 2008)
New Revision: 10485

Modified:
   openlaszlo/trunk/lps/components/base/basefocusview.lzx
Log:
Change 20080725-bargull-vu4 by bargull at dell--p4--2-53 on 2008-07-25 12:51:58
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add ignore-arg

New Features:

Bugs Fixed: LPP-6711

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
so swf9 won't blame us..
    

Tests:



Modified: openlaszlo/trunk/lps/components/base/basefocusview.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/basefocusview.lzx	2008-07-25 18:44:02 UTC (rev 10484)
+++ openlaszlo/trunk/lps/components/base/basefocusview.lzx	2008-07-25 18:45:17 UTC (rev 10485)
@@ -151,7 +151,7 @@
 
         <!--- automatically called to fade out the focusview after one second of focus inactivity 
               @keywords private -->
-        <method name="fadeout" >
+        <method name="fadeout" args="ignore" >
             if (_dofadeout) {
                 if (this.capabilities['minimize_opacity_changes']) {
                     this.setVisibility( 'hidden' );



More information about the Laszlo-checkins mailing list