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_BrowserIO.frag.html

    r3304 r7351  
    1515                        dojo.require("dojo.io.*"); 
    1616 
    17                         onload = function() { 
     17                        dojo.addOnLoad(function(){ 
    1818                                dojo.io.bind({ 
    1919                                        url: "frag.xml", 
     
    2929                                        } 
    3030                                }); 
    31                         } 
     31                        }); 
    3232                </script> 
    3333        </head>