dojo.io.script._jsonpCallback
dojo.require("dojo.io.script");
defined in dojo/io/script.js
generic handler for jsonp callback. A pointer to this function is used for all jsonp callbacks. NOTE: the "this" in this function will be the Deferred object that represents the script request.
Usage
function (json) (view source)
parameter | type | description |
---|---|---|
json |