Remove incorrect comment

Better to not have it than it being wrong.
This commit is contained in:
Sebastian Markbåge
2018-05-17 15:47:10 -07:00
committed by GitHub
parent c5a8dae025
commit 40ea053bac

View File

@@ -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,