Skip to content

Commit

Permalink
Fix annotation for flow in fetch example
Browse files Browse the repository at this point in the history
  • Loading branch information
realaboo committed Dec 26, 2015
1 parent 6f6fc33 commit 8e5568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/UIExplorer/XHRExampleFetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var {

class XHRExampleFetch extends React.Component {

constructor(props) {
constructor(props: any) {
super(props);
this.state = {
responseText: null,
Expand Down

0 comments on commit 8e5568c

Please sign in to comment.