Silence one warning by providing an attribute definition

This commit is contained in:
Nathan Gray 2013-05-29 19:08:00 +00:00
parent 59471e7e18
commit aeeb3e9469

View File

@ -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."
},
},