Merge pull request #5836 from koba04/fixup-jsdoc-for-syntheticevent

Fixup jsdoc for SyntheticEvent
This commit is contained in:
Jim
2016-01-12 09:11:31 -08:00
@@ -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;