Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-03-11 16:15:43 +03:00
parent dba334b85c
commit c042ed2fea

View File

@ -167,15 +167,6 @@ var getText = function(elem){
// //
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// //
// var somePlugin = {
// __proto__: plugin,
//
// XXX
// }
//
// .encode(<str>)
// -> <str>
//
// .__setup__(<editor>) // .__setup__(<editor>)
// -> <this> // -> <this>
// //
@ -209,6 +200,10 @@ var getText = function(elem){
// .__keyup__() // .__keyup__()
// //
// //
// .encode(<str>)
// -> <str>
//
//
// NOTE: new extension methods can be defined/called in plugins via // NOTE: new extension methods can be defined/called in plugins via
// the .runPlugins(..) method. // the .runPlugins(..) method.
// XXX reference where (plugin) a method is defined if it is not system... // XXX reference where (plugin) a method is defined if it is not system...