diff options
| author | Stephen Blott | 2012-10-23 10:27:57 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2012-10-23 10:27:57 +0100 | 
| commit | c380cb5c9c8dd786b8203d2ed10d451da2ece2b7 (patch) | |
| tree | fa449dbe4a1e98ddd68d91990ba84ab6d6638415 /background_scripts | |
| parent | 5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d (diff) | |
| download | vimium-c380cb5c9c8dd786b8203d2ed10d451da2ece2b7.tar.bz2 | |
Code cleanup, as requested by in3/Jez Ng here:
  - https://github.com/philc/vimium/pull/682.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
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. | 
