aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/settings.coffee
diff options
context:
space:
mode:
authorStephen Blott2012-10-23 10:27:57 +0100
committerStephen Blott2012-10-23 10:27:57 +0100
commitc380cb5c9c8dd786b8203d2ed10d451da2ece2b7 (patch)
treefa449dbe4a1e98ddd68d91990ba84ab6d6638415 /background_scripts/settings.coffee
parent5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d (diff)
downloadvimium-c380cb5c9c8dd786b8203d2ed10d451da2ece2b7.tar.bz2
Code cleanup, as requested by in3/Jez Ng here:
- https://github.com/philc/vimium/pull/682.
Diffstat (limited to 'background_scripts/settings.coffee')
-rw-r--r--background_scripts/settings.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index ce8b8e16..812fc775 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -57,7 +57,7 @@ root.Settings = Settings =
# "\bnext\b,\bmore\b,>,→,»,≫,>>"
nextPatterns: "next,more,>,\u2192,\xbb,\u226b,>>"
# default/fall back search engine
- defaultSearchUrl: "http://www.google.com/search?q="
+ searchUrl: "http://www.google.com/search?q="
# Initialization code.
# We use this parameter to coordinate any necessary schema changes.