From 804df050f2691e6784a6d29b619dd4cade007f1a Mon Sep 17 00:00:00 2001 From: Will Piers Date: Wed, 1 Apr 2015 14:08:05 -0600 Subject: [PATCH] Remove false annotation --- 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 0b30fd7a572741..dc29af70af5b1d 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,