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