summaryrefslogtreecommitdiff
path: root/toolkit/components/places
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-04-17 07:31:18 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-04-17 07:31:18 -0400
commit83347423d55b74e6e76678fbed763ccf399ffcbe (patch)
tree91a1539a0d5602bab94ca6d2357f63e2ae2839fb /toolkit/components/places
parent4a8533f61953c0490d859a336dbc97b7ea72065c (diff)
downloadaura-central-83347423d55b74e6e76678fbed763ccf399ffcbe.tar.gz
Restore typeAheadResult support in autocomplete
Diffstat (limited to 'toolkit/components/places')
-rw-r--r--toolkit/components/places/nsTaggingService.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/components/places/nsTaggingService.js b/toolkit/components/places/nsTaggingService.js
index 1fad67a82..e367e6cb3 100644
--- a/toolkit/components/places/nsTaggingService.js
+++ b/toolkit/components/places/nsTaggingService.js
@@ -528,6 +528,10 @@ TagAutoCompleteResult.prototype = {
return this._results.length;
},
+ get typeAheadResult() {
+ return false;
+ },
+
/**
* Get the value of the result at the given index
*/