diff --git a/js/autocomplete.js b/js/autocomplete.js index 832a82862..c799cc36a 100644 --- a/js/autocomplete.js +++ b/js/autocomplete.js @@ -15,127 +15,108 @@ * @copyright 2008-2015 Horde LLC * @license GPL-2 (http://www.horde.org/licenses/gpl) */ -var IMP_Autocompleter = Class.create({ - - // ac, - // acTimeout, - // box, - // cache, - // data, - // dimg, - // elt, - // elt_ac, - // input, - // itemid, - // knl, - // knl_status, - // lastinput, - // p, - - initialize: function(elt, params) - { - var active; - - this.cache = $H(); - this.itemid = 0; - this.lastinput = ''; - this.p = Object.extend({ - autocompleterParams: {}, - // Outer div/fake input box and CSS class - // box (created below) - boxClass: 'hordeACBox', - boxClassFocus: '', - entryDelay: 0.4, - // CSS class for real input field - growingInputClass: 'hordeACTrigger', - // input, (created below) - //