mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 00:21:40 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dba334b85c
commit
c042ed2fea
@ -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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user