From 0964cf83b338915f9c0e3e0b581e4995ba4fb742 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Mon, 29 Oct 2012 17:34:51 -0400 Subject: More tests, because I like having coverage. --- content_scripts/vomnibar.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/vomnibar.coffee b/content_scripts/vomnibar.coffee index 31e58f15..6f4527fd 100644 --- a/content_scripts/vomnibar.coffee +++ b/content_scripts/vomnibar.coffee @@ -121,7 +121,7 @@ class VomnibarUI @completions[@selection].performAction(openInNewTab) @hide() - # It seems like we have to manually supress the event here and still return true. + # It seems like we have to manually suppress the event here and still return true. event.stopPropagation() event.preventDefault() true @@ -180,7 +180,8 @@ class VomnibarUI # Sends filter and refresh requests to a Vomnibox completer on the background page. # class BackgroundCompleter - # - name: The background page completer that you want to interface with. Either "omni" or "tabs". */ + # - name: The background page completer that you want to interface with. Either "omni", "tabs", or + # "bookmarks". */ constructor: (@name) -> @filterPort = chrome.extension.connect({ name: "filterCompleter" }) -- cgit v1.2.3