From 98c411af80cab27aa71c598309ac83fbc7eebffa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 9 Mar 2025 19:45:39 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index 917bb52..aec79f6 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -211,6 +211,7 @@ var getText = function(elem){ // // NOTE: new extension methods can be defined/called in plugins via // the .runPlugins(..) method. +// XXX reference where (plugin) a method is defined if it is not system... // // //