From 4a8c6ebbed3d878185bb3432dec7f62eda1dc097 Mon Sep 17 00:00:00 2001 From: Mikhail Bashkirov Date: Fri, 12 Jul 2019 14:02:01 +0200 Subject: [PATCH] fix(button): remove unnecessary instance method bind --- packages/button/src/LionButton.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/button/src/LionButton.js b/packages/button/src/LionButton.js index 347419f26..af4b6ca23 100644 --- a/packages/button/src/LionButton.js +++ b/packages/button/src/LionButton.js @@ -140,7 +140,6 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) { this.disabled = false; this.role = 'button'; this.tabindex = 0; - this.__keydownDelegationHandler = this.__keydownDelegationHandler.bind(this); } connectedCallback() {