From dba334b85cb329555976f4e6239cebd4777aa471 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 10 Mar 2025 16:48:17 +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 aec79f6..e5a99cc 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -212,6 +212,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... +// ...both hereand in the plugin itself. // // //