typo fix
This commit is contained in:
parent
e94b5cb2d5
commit
80cf770c8f
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ offset: number
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
this.resetVars();
|
this.resetVars();
|
||||||
//TODO may be a redundent loop, not 100% sure :P
|
//TODO may be a redundant loop, not 100% sure :P
|
||||||
for(const thing of this.HTMLElements){
|
for(const thing of this.HTMLElements){
|
||||||
await this.destroyFromID(thing[1]);
|
await this.destroyFromID(thing[1]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue