mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use let instead of var
This commit is contained in:
parent
39c8b82939
commit
7ac26365b2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ function nodeAttributesFromHighlight(
|
|||
const patch = highlight.patch
|
||||
const id = highlight.id
|
||||
const withNote = !!highlight.annotation
|
||||
var customColor = undefined
|
||||
let customColor = undefined
|
||||
const tooltip = undefined
|
||||
// We've disabled shared highlights, so passing undefined
|
||||
// here now, and removing the user object from highlights
|
||||
|
|
|
|||
Loading…
Reference in a new issue