Skip to content

Commit

Permalink
Fixup jsdoc for SyntheticEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Jan 12, 2016
1 parent b60e8c2 commit 6f976df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/client/syntheticEvents/SyntheticEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f976df

Please sign in to comment.