diff options
| author | Phil Crosby | 2012-06-10 01:38:49 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-06-10 01:41:45 -0700 | 
| commit | eca2d57bc847f22dad9e12fc3f0e40c51f24df02 (patch) | |
| tree | 979a2e8a8e17789778e44009da46da8534f54b0c | |
| parent | 3bbca08833efc80d248fce1127044fa7135d293a (diff) | |
| download | vimium-eca2d57bc847f22dad9e12fc3f0e40c51f24df02.tar.bz2 | |
hide relevancy. It's a debug option.
| -rw-r--r-- | background_scripts/completion.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 4b47f5f2..7288ffd0 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -1,5 +1,5 @@  class Suggestion -  showRelevancy: true # Set this to true to render relevancy when debugging the ranking scores. +  showRelevancy: false # Set this to true to render relevancy when debugging the ranking scores.    # - type: one of [bookmark, history, tab].    constructor: (@queryTerms, @type, @url, @title, @computeRelevancyFunction, @extraRelevancyData) -> | 
