Fix indention

This commit is contained in:
Dennis Eichhorn 2018-09-30 18:55:29 +02:00
parent 4755bb39ca
commit b9761f16bb

View File

@ -107,7 +107,7 @@
}
const removable = this.tables[id].getRemovable();
length = removable.length;
length = removable.length;
for (let i = 0; i < length; ++i) {
this.bindRemovable(removable[i], id);
}