diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/jsonPath.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/jsonPath.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/jsonPath.js b/js/dojo-1.7.2/dojox/jsonPath.js new file mode 100644 index 0000000..1097ed7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/jsonPath.js @@ -0,0 +1,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"); + +}); |
