1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

s/function/func/ in PropTypes declarations

This commit is contained in:
Richard van der Hoff
2016-01-12 13:11:53 +00:00
parent 5a0adb9cdc
commit cd52549713
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ module.exports = React.createClass({
// a callback which is called when the height of the composer is
// changed due to a change in content.
onResize: React.PropTypes.function,
onResize: React.PropTypes.func,
},
componentWillMount: function() {