projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f6d7d
)
Trach autocomplete/KeyNavList changes
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 7 Nov 2009 19:18:49 +0000
(14:18 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 7 Nov 2009 19:18:49 +0000
(14:18 -0500)
ansel/js/googlemap_edit.js
patch
|
blob
|
history
diff --git
a/ansel/js/googlemap_edit.js
b/ansel/js/googlemap_edit.js
index
f6e0321
..
15eff39
100644
(file)
--- 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();
}