Browse Source

Trailing commas break old IE versions

main
Alexandre Gaudencio 10 years ago
parent
commit
0cfd3260f9
  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