diff options
| author | Niklas Baumstark | 2012-01-21 03:25:22 +0100 |
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:54:35 +0200 |
| commit | ef7084e915fb67d8cb52d29d1dfbb31ae185f666 (patch) | |
| tree | a26b9c0102cfd35685aedcae39118cd6fd1d7935 | |
| parent | 9e6bdefd3d7815047c6d5f367370a19656e2da40 (diff) | |
| download | vimium-ef7084e915fb67d8cb52d29d1dfbb31ae185f666.tar.bz2 | |
fix syntax error
| -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); |
