Changeset 7351 for trunk/tests/io/test_ScriptSrcIO.html
- Timestamp:
- 02/18/07 22:19:16 (23 months ago)
- Files:
-
- 1 modified
-
trunk/tests/io/test_ScriptSrcIO.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/io/test_ScriptSrcIO.html
r3903 r7351 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(){