infernojs / babel-plugin-inferno

Transforms JSX to InfernoJS vNodes
MIT License
79 stars 26 forks source link

Small clarification to code based on discussions at infero #10

Closed justinwilaby closed 8 years ago

justinwilaby commented 8 years ago

This PR is a small clarification based on the result of the discussions here. A value of true is necessary once a boolean attribute enters the flow within InfernoDom - specifically here. This addition is required to complete a 2-part fix for supporting boolean attributes as per the html spec.

JustinWilabyPrecor commented 8 years ago

After merging this PR, I have a fix for #11