Silence some messages about missing attribute attributes

This commit is contained in:
Nathan Gray
2011-09-27 23:44:07 +00:00
parent a1d344077e
commit 9b7cd5019c
6 changed files with 34 additions and 7 deletions

View File

@ -128,7 +128,10 @@ var et2_widget = Class.extend({
* function and passed as second parameter of the widget constructor
*/
"type": {
"ignore": true
"name": "Widget type",
"type": "string",
"ignore": true,
"description": "What kind of widget this is"
},
/**