mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 11:52:00 +00:00
Trailing commas break old IE versions
This commit is contained in:
@@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({
|
||||
</label>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
}
|
||||
});
|
||||
React.render(
|
||||
<CompilerPlayground />,
|
||||
|
||||
Reference in New Issue
Block a user