Show
Ignore:
Timestamp:
02/18/07 22:19:16 (23 months ago)
Author:
jburke
Message:

(merge from 0.4 branch) References #2366. Converting more tests to use dojo.addOnLoad()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/io/test_ScriptSrcIO.html

    r3903 r7351  
    2525                 
    2626                var simpleTestPage = "scriptsrc/Test.js"; 
    27                 var transport = dojo.io.ScriptSrcTransport; 
     27                 
     28                dojo.addOnLoad(function(){ 
     29                        //Notice this is a global variable. 
     30                        transport = dojo.io.ScriptSrcTransport; 
     31                }); 
    2832 
    2933                window.onload = function(){