diff options
| author | Stephen Blott | 2015-05-04 12:38:00 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-04 12:38:00 +0100 |
| commit | 7f99155824edd7424bd28feae401459da6a2ba8f (patch) | |
| tree | 53d03a265655245e952ca88e48fca1e9b34fb64a /pages | |
| parent | f9d35083ad511080ee5c01c5c97ef29503f3c0ba (diff) | |
| download | vimium-7f99155824edd7424bd28feae401459da6a2ba8f.tar.bz2 | |
Search completion; instrument for debugging.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/vomnibar.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee index 8a262e76..c029dc20 100644 --- a/pages/vomnibar.coffee +++ b/pages/vomnibar.coffee @@ -81,6 +81,7 @@ class VomnibarUI @input.value = "" @updateTimer = null @completions = [] + @previousAutoSelect = null @previousText = null @selection = @initialSelectionValue |
