mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Allow attribute descriptions
This commit is contained in:
parent
b83af57d8a
commit
bcb9134b18
@ -50,6 +50,9 @@ function buildAttribute(attr, attrProps, path) {
|
||||
},
|
||||
removeDashes: function(value) {
|
||||
attr.removeDashes = value === true;
|
||||
},
|
||||
description: function() {
|
||||
|
||||
}
|
||||
}, path);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user