aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.coffee
diff options
context:
space:
mode:
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>