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