Skip to content

Commit

Permalink
Fix flow (facebookarchive#848)
Browse files Browse the repository at this point in the history
My slip.
  • Loading branch information
sophiebits authored Dec 6, 2016
1 parent 07892ba commit a1817a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/base/DraftEditor.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DraftEditor extends React.Component {
_editorKey: string;
_placeholderAccessibilityID: string;
_latestEditorState: EditorState;
_pendingStateFromBeforeInput: ?EditorState;
_pendingStateFromBeforeInput: void | EditorState;

/**
* Define proxies that can route events to the current handler.
Expand Down

0 comments on commit a1817a7

Please sign in to comment.