From d225b5a0243ac7b8774a217659be0b871ddc715d Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 7 Nov 2009 14:18:49 -0500 Subject: [PATCH] Trach autocomplete/KeyNavList changes --- ansel/js/googlemap_edit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.11.0