From: Michael J. Rubinsky Date: Sat, 7 Nov 2009 19:18:49 +0000 (-0500) Subject: Trach autocomplete/KeyNavList changes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d225b5a0243ac7b8774a217659be0b871ddc715d;p=horde.git Trach autocomplete/KeyNavList changes --- diff --git a/ansel/js/googlemap_edit.js b/ansel/js/googlemap_edit.js index f6e03212d..15eff3935 100644 --- a/ansel/js/googlemap_edit.js +++ b/ansel/js/googlemap_edit.js @@ -189,8 +189,8 @@ Ajax.Autocompleter.prototype.updateChoices = function(choices) { * Override the Autocompler.Local#initialize method to take an Object instead * of an Array, and set the appropriate properties. */ -Autocompleter.Local.prototype.initialize = function(element, update, obj, options) { - this.baseInitialize(element, update, options); +Autocompleter.Local.prototype.initialize = function(element, obj, options) { + this.baseInitialize(element, options); this.geocache = obj; this.options.arr = $H(obj).keys(); }