Trach autocomplete/KeyNavList changes
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 7 Nov 2009 19:18:49 +0000 (14:18 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 7 Nov 2009 19:18:49 +0000 (14:18 -0500)
ansel/js/googlemap_edit.js

index f6e0321..15eff39 100644 (file)
@@ -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();
 }