0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: Autocompleter.Local.js.tar
components/com_chronoforms/form_actions/autocomplete_loader/assets/Autocompleter.Local.js 0000604 00000001011 15137432146 0034613 0 ustar 00 home/academiac/www/administrator /** * Autocompleter.Local * * http://digitarald.de/project/autocompleter/ * * @version 1.1.2 * * @license MIT-style license * @author Harald Kirschner <mail [at] digitarald.de> * @copyright Author */ Autocompleter.Local = new Class({ Extends: Autocompleter, options: { minLength: 0, delay: 200 }, initialize: function(element, tokens, options) { this.parent(element, options); this.tokens = tokens; }, query: function() { this.update(this.filter()); } });
©
2018.