util.normalizeEvent(evt)
Normalize the provided event.
For touch events, the normalized event receives a copy of all properties from evt.originalEvent
that are not included in evt
.
Additionally, if evt.target.correspondingUseElement
is defined (as in IE), that element is assigned as target
in the normalized event.