|
|
@@ -114,7 +114,7 @@ var ProjectDocumentSource = module.exports = (function(){
|
|
|
isInclusionOk:true
|
|
|
});
|
|
|
var project = new ProjectDocumentSource();
|
|
|
- this._raw = jsonElement;
|
|
|
+ project._raw = jsonElement;
|
|
|
var parsed = Expression.parseObject(jsonElement, objectContext);
|
|
|
var exprObj = parsed;
|
|
|
if(! exprObj instanceof ObjectExpression) {
|