summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/jsonPath.js
blob: 692e855d770df61cdbd84cb521d253c1f941a2d5 (plain)
1
2
3
4
5
6
if(!dojo._hasResource["dojox.jsonPath"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.jsonPath"] = true;
dojo.provide("dojox.jsonPath");
dojo.require("dojox.jsonPath.query");

}