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>
</div>
);
},
}
});
React.render(
<CompilerPlayground />,

Loading…
Cancel
Save