Allow attribute descriptions

This commit is contained in:
Patrick Steele-Idem 2014-06-20 15:22:56 -06:00
parent b83af57d8a
commit bcb9134b18

View File

@ -50,6 +50,9 @@ function buildAttribute(attr, attrProps, path) {
}, },
removeDashes: function(value) { removeDashes: function(value) {
attr.removeDashes = value === true; attr.removeDashes = value === true;
},
description: function() {
} }
}, path); }, path);