You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
402 B
13 lines
402 B
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}; |
|
});
|
|
|