diff options
Diffstat (limited to 'fuzzyMode.js')
| -rw-r--r-- | fuzzyMode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzyMode.js b/fuzzyMode.js index 6349999e..8c43cad0 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -9,10 +9,10 @@ var fuzzyMode = (function() { 'cc ' : [ 'dict.cc', 'http://www.dict.cc/?s=%s' ], ';' : [ 'goto', '%s' ] }), - completer.refresh(); new completion.FuzzyHistoryCompleter(1000), new completion.FuzzyBookmarkCompleter(), ]); + completer.refresh(); fuzzyBox = new FuzzyBox(completer); } fuzzyBox.show(newTab); |
