mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-19 09:31:39 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
77234a7c58
commit
a52b043f18
6
wiki.js
6
wiki.js
@ -327,6 +327,12 @@ var BaseData = {
|
|||||||
'System/resolved': function(){ return this.get('..').acquire() },
|
'System/resolved': function(){ return this.get('..').acquire() },
|
||||||
|
|
||||||
// page data...
|
// page data...
|
||||||
|
//
|
||||||
|
// NOTE: special case: ./raw is treated a differently when getting .text
|
||||||
|
// i.e:
|
||||||
|
// .get('./raw').text
|
||||||
|
// is the same as:
|
||||||
|
// .get('.').raw
|
||||||
'System/raw': function(){ return this.get('..').raw },
|
'System/raw': function(){ return this.get('..').raw },
|
||||||
'System/text': function(){ return this.get('..').text },
|
'System/text': function(){ return this.get('..').text },
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user