dojox.data.FlickrStore._assertIsItem
dojo.require("dojox.data.FlickrStore");
defined in dojox/data/FlickrStore.js
This function tests whether the item passed in is indeed an item in the store.
Usage
function (item) (view source)
parameter | type | description |
---|---|---|
item | The item to test for being contained by the store. |