aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/SimpleEventPlugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/react-dom/lib/SimpleEventPlugin.js')
-rw-r--r--node_modules/react-dom/lib/SimpleEventPlugin.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/react-dom/lib/SimpleEventPlugin.js b/node_modules/react-dom/lib/SimpleEventPlugin.js
index 600beed77..f2673cb72 100644
--- a/node_modules/react-dom/lib/SimpleEventPlugin.js
+++ b/node_modules/react-dom/lib/SimpleEventPlugin.js
@@ -81,7 +81,6 @@ function isInteractive(tag) {
}
var SimpleEventPlugin = {
-
eventTypes: eventTypes,
extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
@@ -221,7 +220,6 @@ var SimpleEventPlugin = {
delete onClickListeners[key];
}
}
-
};
module.exports = SimpleEventPlugin; \ No newline at end of file