Show
Ignore:
Timestamp:
02/07/08 10:55:15 (11 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/bench/benchTool.html

    r10052 r12311  
    5252                        if(isRunning){ return; } 
    5353                        _toggleRunMsg(); 
    54                         setTimeout("_runRealTest()",1000); 
     54                        setTimeout(function(){_runRealTest();},1000); 
    5555                } 
    5656 
     
    100100 
    101101                        dojo.byId("results").innerHTML += msg; 
    102                         setTimeout("_toggleRunMsg()",250);  
     102                        setTimeout(function(){_toggleRunMsg();},250);  
    103103                         
    104104                        // Nodes have to be in the document for IE7 to GC them.