/*
*/
$.extend($.fn.typeahead.Constructor.prototype, {
matcher: function (item) {
return true;
}
});
/*
*/
$.extend($.fn.typeahead.Constructor.prototype, {
matcher: function (item) {
return true;
}
});