chore: removed my comments

This commit is contained in:
Johannes Eder 2021-05-27 15:40:35 +02:00
parent 10b06e1f96
commit 2450e03173

View File

@ -1,7 +1,6 @@
import { Utility } from '../../core/utility';
const ENTER_IS_TAB_INITIALIZED_CLASS = 'enter-as-tab--initialized';
//Frage: diese ID ok? Oder lieber mit einem Query slector?
const FORM_GROUP_INPUT_ID = 'hident29';
@Utility({
@ -19,7 +18,6 @@ export class EnterIsTab {
this._element = element;
//Frage: Brauche ich diese Klasse?
if (this._element.classList.contains(ENTER_IS_TAB_INITIALIZED_CLASS)) {
return false;
}