From c380cb5c9c8dd786b8203d2ed10d451da2ece2b7 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 23 Oct 2012 10:27:57 +0100 Subject: Code cleanup, as requested by in3/Jez Ng here: - https://github.com/philc/vimium/pull/682. --- background_scripts/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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. -- cgit v1.2.3