From 38f76b32c111854b7414af69bd1f3b251f8a8ba6 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Thu, 11 Jun 2015 18:52:58 -0700 Subject: [PATCH] Fix missing types in XHRExample --- Examples/UIExplorer/XHRExample.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Examples/UIExplorer/XHRExample.js b/Examples/UIExplorer/XHRExample.js index db172efc1..2a3b1ebbb 100644 --- a/Examples/UIExplorer/XHRExample.js +++ b/Examples/UIExplorer/XHRExample.js @@ -119,6 +119,11 @@ var PAGE_SIZE = 20; class FormUploader extends React.Component { + _isMounted: boolean; + _fetchRandomPhoto: () => void; + _addTextParam: () => void; + _upload: () => void; + constructor(props) { super(props); this.state = {