projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d225b5a
)
options -> opts
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 7 Nov 2009 21:03:41 +0000
(16:03 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 7 Nov 2009 21:03:41 +0000
(16:03 -0500)
ansel/js/googlemap_edit.js
patch
|
blob
|
history
diff --git
a/ansel/js/googlemap_edit.js
b/ansel/js/googlemap_edit.js
index
15eff39
..
757e4a8
100644
(file)
--- a/
ansel/js/googlemap_edit.js
+++ b/
ansel/js/googlemap_edit.js
@@
-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.opt
ion
s.arr = $H(obj).keys();
+ this.opts.arr = $H(obj).keys();
}