aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzyMode.js
diff options
context:
space:
mode:
authorPhil Crosby2012-05-05 20:04:20 -0700
committerPhil Crosby2012-05-05 20:05:40 -0700
commit0a8773fd018bf1e0f5529a012b3e9dc9676537a9 (patch)
tree6c69c8afc3645599de2ac7ada43245e50ae5e59e /fuzzyMode.js
parent2f029682d0f466a9a18dbbd3b9921c9371078020 (diff)
downloadvimium-0a8773fd018bf1e0f5529a012b3e9dc9676537a9.tar.bz2
Rename fuzzymode to vomnibar
Diffstat (limited to 'fuzzyMode.js')
-rw-r--r--fuzzyMode.js2
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 = { };