Searched defs:_jsonp (Results 1 - 1 of 1) sorted by relevance

/yui3/src/yql/js/
H A Dyql.js37 * @property _jsonp
40 _jsonp: null,
82 if (!this._jsonp) {
83 this._jsonp = Y.jsonp(url, o);
85 this._jsonp.url = url;
87 this._jsonp._config.on.success = o.on.success;
89 this._jsonp.send();

Completed in 10 milliseconds