mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-09 14:18:40 +00:00
Fix indention
This commit is contained in:
parent
4755bb39ca
commit
b9761f16bb
|
|
@ -107,7 +107,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const removable = this.tables[id].getRemovable();
|
const removable = this.tables[id].getRemovable();
|
||||||
length = removable.length;
|
length = removable.length;
|
||||||
for (let i = 0; i < length; ++i) {
|
for (let i = 0; i < length; ++i) {
|
||||||
this.bindRemovable(removable[i], id);
|
this.bindRemovable(removable[i], id);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user