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

Commit 05b2b4c

Browse files
catchingashfacebook-github-bot
authored andcommitted
Add @providesModule back to draft-js modules
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
1 parent 8000486 commit 05b2b4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/component/contents/DraftEditorBlock.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* LICENSE file in the root directory of this source tree. An additional grant
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
9+
* @providesModule DraftEditorBlock.react
910
* @format
1011
* @flow
1112
*/

src/model/decorators/DraftDecorator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* LICENSE file in the root directory of this source tree. An additional grant
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
9+
* @providesModule DraftDecorator
910
* @format
1011
* @flow
1112
*/

0 commit comments

Comments
 (0)