mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Remove incorrect comment
Better to not have it than it being wrong.
This commit is contained in:
committed by
GitHub
parent
c5a8dae025
commit
40ea053bac
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user