mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
frontend linting
This commit is contained in:
@@ -22,7 +22,7 @@ class LazyElement {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
get() {
|
||||
get(): HTMLElement {
|
||||
if (this.element === null || this.element === undefined) {
|
||||
const element = document.getElementById(this.id);
|
||||
if (element === null || element === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user