options -> opts
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 7 Nov 2009 21:03:41 +0000 (16:03 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 7 Nov 2009 21:03:41 +0000 (16:03 -0500)
ansel/js/googlemap_edit.js

index 15eff39..757e4a8 100644 (file)
@@ -192,5 +192,5 @@ Ajax.Autocompleter.prototype.updateChoices = function(choices) {
 Autocompleter.Local.prototype.initialize = function(element, obj, options) {
     this.baseInitialize(element, options);
     this.geocache = obj;
-    this.options.arr = $H(obj).keys();
+    this.opts.arr = $H(obj).keys();
 }