remove unnecessary bindings

This commit is contained in:
Cory LaViska
2021-07-07 08:13:07 -04:00
parent 9a89c14e20
commit 83fbe9eccc
4 changed files with 8 additions and 8 deletions

View File

@@ -219,7 +219,7 @@ export default class SlRating extends LitElement {
'rating__symbol--hover': this.isHovering && Math.ceil(displayValue) === index + 1
})}
role="presentation"
@mouseenter=${this.handleMouseEnter.bind(this)}
@mouseenter=${this.handleMouseEnter}
>
${unsafeHTML(this.getSymbol(index + 1))}
</span>