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_Cookies.html

    r4798 r7351  
    2929} 
    3030 
    31 onload = function() { 
     31dojo.addOnLoad(function() { 
    3232        var ck = dojo.io.cookie; 
    3333        dojo.debug("obj = " + objprops(obj)); 
     
    4040        ck.deleteCookie("foo"); 
    4141        ck.deleteCookie("obj"); 
    42 } 
     42}); 
    4343</script> 
    4444</head>