From 2a579b53fd6c5d14cfbf52254aa7e70cd116ee2b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 6 Feb 2024 14:07:09 +0100 Subject: [PATCH] Cleanup --- online-editor.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/online-editor.js b/online-editor.js index 99fb540..dac18c9 100644 --- a/online-editor.js +++ b/online-editor.js @@ -7,18 +7,7 @@ window.onload = () => { document.querySelectorAll('.bes-online-editor').forEach(edit => { let editor = { timer: null, - children: [ - // { - // elements: null, - // isProofed: false - // matches: [ - // { - // range: null, - // rects: null - // } - // ] - // } - ] + children: [] } besEditors[edit.id] = editor besProof(edit)