fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:35:01 +02:00
parent 1ba8df3efa
commit de9aa6ded2
2 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ export class Form
let length = 0;
// bind form clicks
const toBind = this.forms[id].getElementsToBind();
const toBind = this.forms[id].getElementsToBind();
const toBindLength = toBind.length;
for (let i = 0; i < toBindLength; ++i) {

View File

@ -119,8 +119,8 @@ export class GeneralUI
document.write(html);
document.close();
*/
window.omsApp.reInit(); // @todo: fix memory leak which most likely exists because of continous binding without removing binds
// @todo: fix memory leak which most likely exists because of continous binding without removing binds
window.omsApp.reInit();
})
.catch((error) => {
console.warn(error);