Show
Ignore:
Timestamp:
02/20/07 17:54:40 (23 months ago)
Author:
jburke
Message:

References #2366. Converting more tests to use dojo.addOnLoad()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.4/tests/widget/test_Menu2_Position.html

    r4536 r7386  
    118118                menu.bindDomNode("embed"); 
    119119        } 
    120         dojo.event.connect(dojo.byId("embed"), "onload", attachMenu); 
     120        dojo.addOnLoad(function(){ 
     121                dojo.event.connect(dojo.byId("embed"), "onload", attachMenu); 
     122        }); 
    121123</script> 
    122124</div>