summaryrefslogtreecommitdiff
path: root/misc/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/autocomplete.js')
-rw-r--r--misc/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/autocomplete.js b/misc/autocomplete.js
index 10fc1fa59..c00edc96d 100644
--- a/misc/autocomplete.js
+++ b/misc/autocomplete.js
@@ -259,7 +259,7 @@ ACDB.prototype.receive = function(string, xmlhttp, acdb) {
var matches = parseJson(string);
if (typeof matches['status'] == 'undefined' || matches['status'] != 0) {
acdb.cache[acdb.searchString] = matches;
- acdb.owner.found(matches);
+ acdb.owner.found(matches);
}
}