mirror of
https://github.com/flynx/pWiki.git
synced 2025-11-01 11:30:08 +00:00
minor refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c2cbd64fdb
commit
4bf81c5cdb
@ -495,8 +495,8 @@ object.Constructor('BasePage', {
|
||||
// this will simply be ignored, i.e. passed trough the parser
|
||||
// without change...
|
||||
|
||||
var parser =
|
||||
module.parser = {
|
||||
var BaseParser =
|
||||
module.BaseParser = {
|
||||
// patterns...
|
||||
//
|
||||
|
||||
@ -870,6 +870,11 @@ module.parser = {
|
||||
.join('') },
|
||||
}
|
||||
|
||||
var parser =
|
||||
module.parser = {
|
||||
__proto__: BaseParser,
|
||||
}
|
||||
|
||||
|
||||
// XXX PATH_VARS need to handle path variables...
|
||||
// XXX macros and filters should be features for simpler plugin handlng (???)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user