summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/jsonPath.js
blob: 1097ed7c8aa16dd20b40ed3f9a6461210e6b1bb8 (plain)
1
2
3
4
5
6
7
//>>built
// wrapped by build app
define("dojox/jsonPath", ["dijit","dojo","dojox","dojo/require!dojox/jsonPath/query"], function(dijit,dojo,dojox){
dojo.provide("dojox.jsonPath");
dojo.require("dojox.jsonPath.query");

});