From 8c308d47cc615b9fa0eed47e4ecddd1fd9d125eb Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 9 May 2015 06:56:02 +0100 Subject: Search completion; refactor MultiCompleter. --- pages/vomnibar.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee index 3039075c..4781c273 100644 --- a/pages/vomnibar.coffee +++ b/pages/vomnibar.coffee @@ -261,7 +261,7 @@ class BackgroundCompleter @completionActions.navigateToUrl.curry result.url # Cache the results (but only if the background completer tells us that it's ok to do so). - if msg.callerMayCacheResults + if msg.mayCacheResults console.log "cache set:", msg.query if @debug @cache.set msg.query, msg.results else -- cgit v1.2.3