diff options
Diffstat (limited to 'pages/vomnibar.coffee')
| -rw-r--r-- | pages/vomnibar.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
