Show
Ignore:
Timestamp:
02/07/08 10:55:15 (7 months ago)
Author:
alex
Message:

adding support for Adobe AIR. Thanks to SitePen? and Adobe for these excellent patches. Tests in next commit. Refs #5723 !strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/themes/themeTester.html

    r12174 r12311  
    138138 
    139139                        dojo.byId('loaderInner').innerHTML += " done."; 
    140                         setTimeout("hideLoader()",250); 
     140                        setTimeout(function(){hideLoader();},250); 
    141141                         
    142142                }); 
     
    262262                                        <h2>Dialogs:</h2> 
    263263                                        <ul> 
    264                                                 <li><a href="javascript:dijit.byId('dialog1').show()">show Modal Dialog</a></li> 
     264                                                <li><a href="#" onclick="dijit.byId('dialog1').show()">show Modal Dialog</a></li> 
    265265                                        </ul> 
    266266