Changeset 7351 for trunk/tests/io/test_BrowserIO.frag.html
- Timestamp:
- 02/18/07 22:19:16 (23 months ago)
- Files:
-
- 1 modified
-
trunk/tests/io/test_BrowserIO.frag.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/io/test_BrowserIO.frag.html
r3304 r7351 15 15 dojo.require("dojo.io.*"); 16 16 17 onload = function(){17 dojo.addOnLoad(function(){ 18 18 dojo.io.bind({ 19 19 url: "frag.xml", … … 29 29 } 30 30 }); 31 } 31 }); 32 32 </script> 33 33 </head>