Elliminate lint errors and warnings
This commit is contained in:
parent
839f938c91
commit
321b1adb99
4 changed files with 5 additions and 4 deletions
|
@ -46,7 +46,7 @@ export default React.createClass({
|
|||
|
||||
// Id of content element
|
||||
// If provided, this is used to add a aria-describedby attribute
|
||||
contentId: React.PropTypes.string
|
||||
contentId: React.PropTypes.string,
|
||||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue