Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
Better to not have it than it being wrong.
  • Loading branch information
sebmarkbage authored May 17, 2018
1 parent c5a8dae commit 40ea053
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/react-native-renderer/src/ReactFabricEventEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ import type {TopLevelType} from 'events/TopLevelEventTypes';

export {getListener, registrationNameModules as registrationNames};

/**
* Publicly exposed method on module for native objc to invoke when a top
* level event is extracted.
* @param {rootNodeID} rootNodeID React root node ID that event occurred on.
* @param {TopLevelType} topLevelType Top level type of event.
* @param {object} nativeEventParam Object passed from native.
*/
export function dispatchEvent(
target: Object,
topLevelType: TopLevelType,
Expand Down

0 comments on commit 40ea053

Please sign in to comment.