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
|
// this will simply be ignored, i.e. passed trough the parser
|
||||||
// without change...
|
// without change...
|
||||||
|
|
||||||
var parser =
|
var BaseParser =
|
||||||
module.parser = {
|
module.BaseParser = {
|
||||||
// patterns...
|
// patterns...
|
||||||
//
|
//
|
||||||
|
|
||||||
@ -870,6 +870,11 @@ module.parser = {
|
|||||||
.join('') },
|
.join('') },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var parser =
|
||||||
|
module.parser = {
|
||||||
|
__proto__: BaseParser,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// XXX PATH_VARS need to handle path variables...
|
// XXX PATH_VARS need to handle path variables...
|
||||||
// XXX macros and filters should be features for simpler plugin handlng (???)
|
// XXX macros and filters should be features for simpler plugin handlng (???)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user