Changeset 7386 for branches/0.4/tests/widget/test_Menu2_Position.html
- Timestamp:
- 02/20/07 17:54:40 (23 months ago)
- Files:
-
- 1 modified
-
branches/0.4/tests/widget/test_Menu2_Position.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/widget/test_Menu2_Position.html
r4536 r7386 118 118 menu.bindDomNode("embed"); 119 119 } 120 dojo.event.connect(dojo.byId("embed"), "onload", attachMenu); 120 dojo.addOnLoad(function(){ 121 dojo.event.connect(dojo.byId("embed"), "onload", attachMenu); 122 }); 121 123 </script> 122 124 </div>