source:
Dev/trunk/src/client/dojo/tests/cookie.js
@
485
Last change on this file since 485 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 154 bytes |
Line | |
---|---|
1 | define(["doh/main", "require"], function(doh, require){ |
2 | if(doh.isBrowser){ |
3 | doh.register("tests.cookie", require.toUrl("./cookie.html"), 30000); |
4 | } |
5 | }); |
Note: See TracBrowser
for help on using the repository browser.