From c656fa80724489f4e92695ddb594bb7c6af9d572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Thu, 26 Apr 2018 05:56:48 -0700 Subject: [PATCH] Removed some @providesModule tags and references Reviewed By: jeanlauliac Differential Revision: D7758118 fbshipit-source-id: 556bdcac54f92e3143d98e0ae3d9016a5b7de2bd --- Libraries/Components/ScrollResponder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/ScrollResponder.js b/Libraries/Components/ScrollResponder.js index 93431293a34..6a38cc7523d 100644 --- a/Libraries/Components/ScrollResponder.js +++ b/Libraries/Components/ScrollResponder.js @@ -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