Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Add @providesModule back to draft-js modules
Browse files Browse the repository at this point in the history
Summary: While working on T28259397, I removed the providesModule labels that were causing linting errors on my diff. However, that breaks Draft-js Travis builds: https://travis-ci.org/facebook/draft-js/jobs/367227905

Reviewed By: flarnie

Differential Revision: D7639720

fbshipit-source-id: 6a5b35ceeef0aa37317770ba141a9d42c7aac9e3
  • Loading branch information
catchingash authored and facebook-github-bot committed Apr 17, 2018
1 parent 8000486 commit 05b2b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/component/contents/DraftEditorBlock.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule DraftEditorBlock.react
* @format
* @flow
*/
Expand Down
1 change: 1 addition & 0 deletions src/model/decorators/DraftDecorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule DraftDecorator
* @format
* @flow
*/
Expand Down

0 comments on commit 05b2b4c

Please sign in to comment.