source:
Dev/trunk/src/client/dojox/wire/tests/module.js
@
527
Last change on this file since 527 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 158 bytes |
Line | |
---|---|
1 | dojo.provide("dojox.wire.tests.module"); |
2 | |
3 | try{ |
4 | dojo.require("dojox.wire.tests.wire"); |
5 | dojo.require("dojox.wire.tests.wireml"); |
6 | }catch(e){ |
7 | doh.debug(e); |
8 | } |
9 |
Note: See TracBrowser
for help on using the repository browser.