diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 0b30fd7a5..dc29af70a 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -217,8 +217,6 @@ var TextInput = React.createClass({ */ onFocus: PropTypes.func, /** - * (text: string) => void - * * Callback that is called when the text input's text changes. */ onChange: PropTypes.func,