Changeset 7350 for branches/0.4/tests/io/test_Cookies.html
- Timestamp:
- 02/18/07 22:11:39 (21 months ago)
- Files:
-
- 1 modified
-
branches/0.4/tests/io/test_Cookies.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/io/test_Cookies.html
r4798 r7350 29 29 } 30 30 31 onload =function() {31 dojo.addOnLoad(function() { 32 32 var ck = dojo.io.cookie; 33 33 dojo.debug("obj = " + objprops(obj)); … … 40 40 ck.deleteCookie("foo"); 41 41 ck.deleteCookie("obj"); 42 } 42 }); 43 43 </script> 44 44 </head>