SemanticScuttle/includes/js/dojox/jsonPath/tests/module.js

13 lines
328 B
JavaScript
Raw Normal View History

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);
}
}