aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.coffee
diff options
context:
space:
mode:
authorPhil Crosby2012-06-11 17:59:15 -0700
committerPhil Crosby2012-06-12 22:00:35 -0700
commit9dcdfe5dff7923297fc73c7bdc19a9bde12748c3 (patch)
treebc100cc25a2617566a042c27b2616453a369fb4f /background_scripts/completion.coffee
parenta4796032f47d5b846c01f1d03cddb34a26cae46b (diff)
downloadvimium-9dcdfe5dff7923297fc73c7bdc19a9bde12748c3.tar.bz2
Uppercase utils -> Utils
Diffstat (limited to 'background_scripts/completion.coffee')
-rw-r--r--background_scripts/completion.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee
index cc14c3a4..5d0f939a 100644
--- a/background_scripts/completion.coffee
+++ b/background_scripts/completion.coffee
@@ -30,7 +30,7 @@ class Suggestion
@html =
"<div class='topHalf'>
<span class='source'>#{@type}</span>
- <span class='title'>#{@highlightTerms(utils.escapeHtml(@title))}</span>
+ <span class='title'>#{@highlightTerms(Utils.escapeHtml(@title))}</span>
</div>
<div class='bottomHalf'>
<span class='url'>#{@shortenUrl(@highlightTerms(@url))}</span>