Skip to content

Commit f01246d

Browse files
author
Charles Marsh
committed
Indentation for eventHandlerName
1 parent 0ecc7e5 commit f01246d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/browser/eventPlugins/SimpleEventPlugin.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ var SimpleEventPlugin = {
312312
var returnValue = EventPluginUtils.executeDispatch(event, listener, domID);
313313
if (__DEV__) {
314314
if (typeof returnValue === 'boolean') {
315-
var eventHandlerName = (listener.__reactBoundContext &&
316-
listener.__reactBoundContext.constructor.displayName) ||
315+
var eventHandlerName =
316+
(listener.__reactBoundContext &&
317+
listener.__reactBoundContext.constructor.displayName) ||
317318
'<<anonymous>>';
318319
monitorCodeUse('react_event_return_false', {
319320
eventHandlerName: eventHandlerName

0 commit comments

Comments
 (0)