Browse Source

Merge pull request #2452 from Shahor/master

Trailing commas break old IE versions
main
Paul O’Shannessy 10 years ago
parent
commit
81b2593471
  1. 2
      _js/jsx-compiler.js

2
_js/jsx-compiler.js

@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({
</label> </label>
</div> </div>
); );
}, }
}); });
React.render( React.render(
<CompilerPlayground />, <CompilerPlayground />,

Loading…
Cancel
Save