Home
last modified time | relevance | path

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

/plugin/emoji/script/
H A Djquery.textcomplete.js494 var unzippedData = $.map(zippedData, function (d) { return d.value; });
502 this._renderHeader(unzippedData);
503 this._renderFooter(unzippedData);
512 this._renderNoResultsMessage(unzippedData);
790 _renderHeader: function (unzippedData) { argument
795 var html = $.isFunction(this.header) ? this.header(unzippedData) : this.header;
800 _renderFooter: function (unzippedData) { argument
805 var html = $.isFunction(this.footer) ? this.footer(unzippedData) : this.footer;
810 _renderNoResultsMessage: function (unzippedData) { argument
815 …var html = $.isFunction(this.noResultsMessage) ? this.noResultsMessage(unzippedData) : this.noResu…