source: Dev/trunk/src/client/dojox/rpc/tests/module.js @ 531

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

Added Dojo 1.9.3 release.

File size: 172 bytes
Line 
1dojo.provide("dojox.rpc.tests.module");
2
3try{
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.