dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
14 lines (13 loc) • 402 B
JavaScript
define(["dojo/_base/kernel",
"./jsonPath/query"
],function(kernel, query){
/*=====
return {
// summary:
// Deprecated. Should require dojox/jsonPath modules directly rather than trying to access them through
// this module.
};
=====*/
kernel.deprecated("dojox/jsonPath: The dojox/jsonPath root module is deprecated, use dojox/jsonPath/query", "", "2.0");
return {query: query};
});