aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/TapEventPlugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/react-dom/lib/TapEventPlugin.js')
-rw-r--r--node_modules/react-dom/lib/TapEventPlugin.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/react-dom/lib/TapEventPlugin.js b/node_modules/react-dom/lib/TapEventPlugin.js
index 463fe9851..ec1606877 100644
--- a/node_modules/react-dom/lib/TapEventPlugin.js
+++ b/node_modules/react-dom/lib/TapEventPlugin.js
@@ -74,7 +74,6 @@ var usedTouchTime = 0;
var TOUCH_DELAY = 1000;
var TapEventPlugin = {
-
tapMoveThreshold: tapMoveThreshold,
eventTypes: eventTypes,
@@ -109,7 +108,6 @@ var TapEventPlugin = {
EventPropagators.accumulateTwoPhaseDispatches(event);
return event;
}
-
};
module.exports = TapEventPlugin; \ No newline at end of file