blob: 7af2ae66a4cda5ce436d57cdaf14381423e756ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if(!dojo._hasResource["dojox.rpc.tests.libraryTests"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.rpc.tests.libraryTests"] = true;
dojo.provide("dojox.rpc.tests.libraryTests");
try{
dojo.require("dojox.rpc.tests.Yahoo");
}catch(e){
doh.debug(e);
}
}
|