Removed some @providesModule tags and references

Reviewed By: jeanlauliac

Differential Revision: D7758118

fbshipit-source-id: 556bdcac54f92e3143d98e0ae3d9016a5b7de2bd
This commit is contained in:
Rubén Norte
2018-04-26 05:56:48 -07:00
committed by Facebook Github Bot
parent a3a98eb1c7
commit c656fa8072

View File

@@ -574,7 +574,7 @@ const ScrollResponderMixin = {
* - willHide {startCoordinates, endCoordinates} several times
* - didHide several times
*
* The `ScrollResponder` providesModule callbacks for each of these events.
* The `ScrollResponder` module callbacks for each of these events.
* Even though any user could have easily listened to keyboard events
* themselves, using these `props` callbacks ensures that ordering of events
* is consistent - and not dependent on the order that the keyboard events are