Update History.ts

Fixed accidentally deleted whitespace
This commit is contained in:
notJerl 2018-09-20 01:07:03 -06:00 committed by GitHub
parent 67c11d66ff
commit d8a7343a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ class HistoryCompletionOption extends Completions.CompletionOptionHTML
// Push properties we want to fuzmatch on // Push properties we want to fuzmatch on
this.fuseKeys.push(page.title, page.url) // weight by page.visitCount this.fuseKeys.push(page.title, page.url) // weight by page.visitCount
// Create HTMLElement // Create HTMLElement
// need to download favicon // need to download favicon
const favIconUrl = Completions.DEFAULT_FAVICON const favIconUrl = Completions.DEFAULT_FAVICON