Skip to content

Commit da1fcd0

Browse files
committed
Merge pull request #5836 from koba04/fixup-jsdoc-for-syntheticevent
Fixup jsdoc for SyntheticEvent
2 parents 70097ea + 6f976df commit da1fcd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderers/dom/client/syntheticEvents/SyntheticEvent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ var EventInterface = {
5151
* @param {object} dispatchConfig Configuration used to dispatch this event.
5252
* @param {*} targetInst Marker identifying the event target.
5353
* @param {object} nativeEvent Native browser event.
54+
* @param {DOMEventTarget} nativeEventTarget Target node.
5455
*/
5556
function SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {
5657
this.dispatchConfig = dispatchConfig;

0 commit comments

Comments
 (0)