mootools-meio-autocomplete
mootools-meio-autocomplete copied to clipboard
Make options available for custom filters
Meio.Autocomplete.Filter = { get: function(options){ this.options = options; // now everyone can pass custom config to an filter ;o) /.... }, /....