Changeset 7350 for branches/0.4/tests/io/test_ScriptSrcIO.html
- Timestamp:
- 02/18/07 22:11:39 (21 months ago)
- Files:
-
- 1 modified
-
branches/0.4/tests/io/test_ScriptSrcIO.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/io/test_ScriptSrcIO.html
r3903 r7350 25 25 26 26 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 }); 28 32 29 33 window.onload = function(){