Marko v3: "body-property" will not be supported for tag def

This commit is contained in:
Patrick Steele-Idem 2016-02-18 11:29:09 -07:00
parent 60486262ab
commit 96446c9099

View File

@ -328,17 +328,6 @@ TagHandlers.prototype = {
tag.setBodyFunction(functionName, params); tag.setBodyFunction(functionName, params);
}, },
/**
* The "body-property" property can be used to map the body content
* to a String property on the renderer's input object.
*
* Example:
* "body-property": "label"
*/
bodyProperty: function(value) {
var tag = this.tag;
tag.setBodyProperty(value);
},
/** /**
* The "import-var" property can be used to add a property to the * The "import-var" property can be used to add a property to the
* input object of the tag renderer whose value is determined by * input object of the tag renderer whose value is determined by