PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Remove repeated info from jsdoc #62

Closed rictic closed 8 years ago

rictic commented 8 years ago

Hydrolysis and closure compiler can both extract type info, attribute name, and default value from the source code if they're present.

This also fixes a minor issue where the compiler doesn't like the type name object, it only likes Object. This is admittedly confusing, because it prefers string over String.

frankiefu commented 8 years ago

LGTM