Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-07-20 17:16:49 +03:00
parent 77234a7c58
commit a52b043f18

View File

@ -327,6 +327,12 @@ var BaseData = {
'System/resolved': function(){ return this.get('..').acquire() },
// 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/text': function(){ return this.get('..').text },