chore: removed my comments
This commit is contained in:
parent
10b06e1f96
commit
2450e03173
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user