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

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


}