From aeeb3e94699e600b826a794cba83f110d8b94f22 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 29 May 2013 19:08:00 +0000 Subject: [PATCH] Silence one warning by providing an attribute definition --- etemplate/js/et2_widget_template.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etemplate/js/et2_widget_template.js b/etemplate/js/et2_widget_template.js index b943283317..cc5a151fcb 100644 --- a/etemplate/js/et2_widget_template.js +++ b/etemplate/js/et2_widget_template.js @@ -55,7 +55,8 @@ var et2_template = et2_DOMWidget.extend( }, "content": { "name": "Content index", - "default": et2_no_init + "default": et2_no_init, + "description": "Used for passing in specific content to the template other than what it would get by ID." }, },