fix(button): remove unnecessary instance method bind

This commit is contained in:
Mikhail Bashkirov 2019-07-12 14:02:01 +02:00
parent a598a47dab
commit 4a8c6ebbed

View file

@ -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() {