From 96446c9099e23be75a33a049d7dd6375ae55e540 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Thu, 18 Feb 2016 11:29:09 -0700 Subject: [PATCH] Marko v3: "body-property" will not be supported for tag def --- compiler/taglib-loader/loader-tag.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/compiler/taglib-loader/loader-tag.js b/compiler/taglib-loader/loader-tag.js index d9e6adfb6..e729800fc 100644 --- a/compiler/taglib-loader/loader-tag.js +++ b/compiler/taglib-loader/loader-tag.js @@ -328,17 +328,6 @@ TagHandlers.prototype = { 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 * input object of the tag renderer whose value is determined by