Fix increment order

This commit is contained in:
Dennis Eichhorn 2018-12-10 18:19:05 +01:00
parent ae092f94e2
commit b1a46a10a7

View File

@ -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();