From 7b048ca02313db8d454983231cdcb8a695874b6a Mon Sep 17 00:00:00 2001 From: Will Piers Date: Fri, 3 Apr 2015 12:16:41 -0700 Subject: [PATCH] Remove false annotation Summary: I'd love to add annotations letting people know that this function and a few others take `SyntheticEvent`s but that may be inconsistent with the rest of the docs. For now, this particular annotation should be removed Closes https://github.com/facebook/react-native/pull/592 Github Author: Will Piers Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Libraries/Components/TextInput/TextInput.js | 2 -- 1 file changed, 2 deletions(-) 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,