mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixup jsdoc for SyntheticEvent
This commit is contained in:
@@ -51,6 +51,7 @@ var EventInterface = {
|
||||
* @param {object} dispatchConfig Configuration used to dispatch this event.
|
||||
* @param {*} targetInst Marker identifying the event target.
|
||||
* @param {object} nativeEvent Native browser event.
|
||||
* @param {DOMEventTarget} nativeEventTarget Target node.
|
||||
*/
|
||||
function SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {
|
||||
this.dispatchConfig = dispatchConfig;
|
||||
|
||||
Reference in New Issue
Block a user