mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-16 16:11:39 +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>)
|
||||
// -> <this>
|
||||
//
|
||||
@ -209,6 +200,10 @@ var getText = function(elem){
|
||||
// .__keyup__()
|
||||
//
|
||||
//
|
||||
// .encode(<str>)
|
||||
// -> <str>
|
||||
//
|
||||
//
|
||||
// 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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user