mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-29 06:18:42 +00:00
Fix increment order
This commit is contained in:
parent
ae092f94e2
commit
b1a46a10a7
|
|
@ -24,7 +24,7 @@
|
|||
this.editors = [];
|
||||
|
||||
/* Handle media forms */
|
||||
for (let c = 0; c < canvas.length; c++) {
|
||||
for (let c = 0; c < canvas.length; ++c) {
|
||||
temp = new jsOMS.Modules.Draw.Editor(canvas[c], this.app);
|
||||
temp.bind();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user