Fix missing types in XHRExample

This commit is contained in:
Marshall Roch 2015-06-11 18:52:58 -07:00 committed by Spencer Ahrens
parent 30a708e357
commit 38f76b32c1
1 changed files with 5 additions and 0 deletions

View File

@ -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 = {