Home
last modified time | relevance | path

Searched refs:deferreds (Results 1 – 1 of 1) sorted by relevance

/plugin/advrack/
H A Djquery.qtip.js127 PROTOTYPE._when = function(deferreds) { argument
128 return $.when.apply($, deferreds);
143 deferreds = [],
187 deferreds.push( this._updateTitle(title, FALSE) );
196 deferreds.push( this._updateContent(text, FALSE) );
216 this._when(deferreds).then(function() {