From c042ed2fea2d5152496802f6fc69227d97a14795 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 11 Mar 2025 16:15:43 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index e5a99cc..176840e 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -167,15 +167,6 @@ var getText = function(elem){ // // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // -// var somePlugin = { -// __proto__: plugin, -// -// XXX -// } -// -// .encode() -// -> -// // .__setup__() // -> // @@ -209,6 +200,10 @@ var getText = function(elem){ // .__keyup__() // // +// .encode() +// -> +// +// // 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...