source: Dev/trunk/src/client/dojo/tests/html.js @ 485

Last change on this file since 485 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 159 bytes
Line 
1define(["doh/main", "require"], function(doh, require){
2        if(doh.isBrowser){
3                doh.register("tests.html", require.toUrl("./html/test_set.html"), 30000);
4        }
5});
Note: See TracBrowser for help on using the repository browser.