Skip to content

Commit 6f976df

Browse files
committed
Fixup jsdoc for SyntheticEvent
1 parent b60e8c2 commit 6f976df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)