Skip to content
Snippets Groups Projects
Verified Commit 085357c5 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: rename internal function #160

parent 74883a7b
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class Button extends CustomControl {
[assembleMethodSymbol]() {
super[assembleMethodSymbol]();
initControlReferences.call(this);
initEventhandler.call(this);
initEventHandler.call(this);
return this;
}
......@@ -257,10 +257,10 @@ class Button extends CustomControl {
/**
* @private
* @return {initEventhandler}
* @return {initEventHandler}
* @fires Monster.Components.Form.event:monster-button-clicked
*/
function initEventhandler() {
function initEventHandler() {
const self = this;
const button = this[buttonElementSymbol];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment