dojox.data.jsonPathStore._correctReference
dojo.require("dojox.data.jsonPathStore");
defined in dojox/data/jsonPathStore.js
make sure we have an reference to the item in the store and not a clone. Takes an item, matches it to the corresponding
Usage
function (item) (view source)
parameter | type | description |
---|---|---|
item | the store and if it is the same, returns itself, otherwise it returns the item from the store. |