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...