mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #5008 from james4388/patch-3
Add missing comma (,) between propTypes and render
This commit is contained in:
@@ -18,7 +18,7 @@ var Swapper = React.createClass({
|
||||
rightChildren: React.PropTypes.node,
|
||||
|
||||
swapped: React.PropTypes.bool
|
||||
}
|
||||
},
|
||||
render: function() {
|
||||
var children;
|
||||
if (this.props.swapped) {
|
||||
|
||||
Reference in New Issue
Block a user