Khan / react-components

khan.github.io/react-components/
MIT License
1.01k stars 99 forks source link

Pragma consistency #12

Closed charliermarsh closed 10 years ago

charliermarsh commented 10 years ago

We should be consistent about use of the /** @jsx React.DOM */ pragma in our examples. Is it a mistake that examples/drag-target.jsx includes it, or that all the others do not?

joelburget commented 10 years ago

we don't need it - the pragma is added by the live compiler