summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/rpc/tests/module.js
blob: 038a9ad1a35fdb764956a5c9a06a999a6c662a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if(!dojo._hasResource["dojox.rpc.tests.module"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.rpc.tests.module"] = true;
dojo.provide("dojox.rpc.tests.module");

try{
	dojo.require("dojox.rpc.tests.Service");
	dojo.require("dojox.rpc.tests.JsonReferencing");
}catch(e){
	doh.debug(e);
}


}