mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix SyntheticEvent constructor comments (#11011)
This commit is contained in:
@@ -27,7 +27,7 @@ var ClipboardEventInterface = {
|
||||
* @param {object} dispatchConfig Configuration used to dispatch this event.
|
||||
* @param {string} dispatchMarker Marker identifying the event target.
|
||||
* @param {object} nativeEvent Native browser event.
|
||||
* @extends {SyntheticUIEvent}
|
||||
* @extends {SyntheticEvent}
|
||||
*/
|
||||
function SyntheticClipboardEvent(
|
||||
dispatchConfig,
|
||||
|
||||
@@ -23,7 +23,7 @@ var CompositionEventInterface = {
|
||||
* @param {object} dispatchConfig Configuration used to dispatch this event.
|
||||
* @param {string} dispatchMarker Marker identifying the event target.
|
||||
* @param {object} nativeEvent Native browser event.
|
||||
* @extends {SyntheticUIEvent}
|
||||
* @extends {SyntheticEvent}
|
||||
*/
|
||||
function SyntheticCompositionEvent(
|
||||
dispatchConfig,
|
||||
|
||||
@@ -23,7 +23,7 @@ var DragEventInterface = {
|
||||
* @param {object} dispatchConfig Configuration used to dispatch this event.
|
||||
* @param {string} dispatchMarker Marker identifying the event target.
|
||||
* @param {object} nativeEvent Native browser event.
|
||||
* @extends {SyntheticUIEvent}
|
||||
* @extends {SyntheticMouseEvent}
|
||||
*/
|
||||
function SyntheticDragEvent(
|
||||
dispatchConfig,
|
||||
|
||||
@@ -24,7 +24,7 @@ var InputEventInterface = {
|
||||
* @param {object} dispatchConfig Configuration used to dispatch this event.
|
||||
* @param {string} dispatchMarker Marker identifying the event target.
|
||||
* @param {object} nativeEvent Native browser event.
|
||||
* @extends {SyntheticUIEvent}
|
||||
* @extends {SyntheticEvent}
|
||||
*/
|
||||
function SyntheticInputEvent(
|
||||
dispatchConfig,
|
||||
|
||||
Reference in New Issue
Block a user