diff options
| author | Phil Crosby | 2012-05-05 20:04:20 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-05-05 20:05:40 -0700 |
| commit | 0a8773fd018bf1e0f5529a012b3e9dc9676537a9 (patch) | |
| tree | 6c69c8afc3645599de2ac7ada43245e50ae5e59e /fuzzyMode.js | |
| parent | 2f029682d0f466a9a18dbbd3b9921c9371078020 (diff) | |
| download | vimium-0a8773fd018bf1e0f5529a012b3e9dc9676537a9.tar.bz2 | |
Rename fuzzymode to vomnibar
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 5d8f4085..4f136635 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -1,4 +1,4 @@ -var fuzzyMode = (function() { +var vomnibar = (function() { var vomnibarUI = null; // the dialog instance for this window var completers = { }; |
