mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2452 from Shahor/master
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