From 06f22772f5ffd19d41d84e9d4b99857a3f8b4be4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Dec 2023 04:18:28 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index 0272cad..c241b3e 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -208,11 +208,8 @@ var attributes = { // .parseBlockAttrs([, ]) // -> [, , ] // - // XXX add attributes set in elem but not present in code to attrs/sysattrs... // XXX where should we get .__block_attrs__??? // ...editor (current), plugin, ...??? - // XXX might be a good idea to split out the actual code handler to - // be overloadable by other plugins... parseBlockAttrs: function(editor, text, elem={}){ var system = editor.__block_attrs__ var attrs = ''