Add missing comma (,) between propTypes and render

Add missing comma (,) between `propTypes` and `render`
(cherry picked from commit 3c56146a44)
This commit is contained in:
Trinh Hoang Nhu
2015-10-02 12:01:28 -07:00
committed by Jim
parent 8e495cd849
commit fcc51bc523
+1 -1
View File
@@ -18,7 +18,7 @@ var Swapper = React.createClass({
rightChildren: React.PropTypes.node,
swapped: React.PropTypes.bool
}
},
render: function() {
var children;
if (this.props.swapped) {