Autocompleter.Base.prototype = {
    baseInitialize: function (element, update, options) {
        this.element = $(element);
        this.update = $(update);
        this.hasFocus = false;