issues
search
montagejs
/
minit
Tool: Helps you build Montage applications by generating template applications and components for you.
Other
8
stars
22
forks
source link
create:component improvements
#76
Closed
rayshan
closed
8 years ago
rayshan
commented
9 years ago
[x] JSDoc -
@lends Component.prototype
not
@lends Component#
as
#
doesn't mean anything, reference:
http://usejsdoc.org/tags-lends.html
[x] html - no
type="text/css"
as it's unnecessary per spec:
http://stackoverflow.com/questions/5409114/is-type-text-css-necessary-in-a-link-tag
[x] js - remove constructor & unnecessary super call
@lends Component.prototype
not@lends Component#
as#
doesn't mean anything, reference: http://usejsdoc.org/tags-lends.htmltype="text/css"
as it's unnecessary per spec: http://stackoverflow.com/questions/5409114/is-type-text-css-necessary-in-a-link-tag