s/function/func/ in PropTypes declarations
This commit is contained in:
parent
5a0adb9cdc
commit
cd52549713
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ module.exports = React.createClass({
|
|||
propTypes: {
|
||||
// a callback which is called when the video within the callview
|
||||
// due to a change in video metadata
|
||||
onResize: React.PropTypes.function,
|
||||
onResize: React.PropTypes.func,
|
||||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue