Skip to content

Commit be7c028

Browse files
andyliAurelioDeRosa
authored andcommitted
Events: Completed the list of copied properties
Closes gh-802
1 parent b5e24e2 commit be7c028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

categories.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jQuery( "body" ).trigger( e );
143143
</li>
144144
</ul>
145145
<p>The following properties are also copied to the event object, though some of their values may be undefined depending on the event:</p>
146-
<p>altKey, bubbles, button, cancelable, charCode, clientX, clientY, ctrlKey, currentTarget, data, detail, eventPhase, metaKey, offsetX, offsetY, originalTarget, pageX, pageY, relatedTarget, screenX, screenY, shiftKey, target, view, which</p>
146+
<p>altKey, bubbles, button, buttons, cancelable, char, charCode, clientX, clientY, ctrlKey, currentTarget, data, detail, eventPhase, key, keyCode, metaKey, offsetX, offsetY, originalTarget, pageX, pageY, relatedTarget, screenX, screenY, shiftKey, target, toElement, view, which</p>
147147
<h4>OtherProperties</h4>
148148
<p>Certain events may have properties specific to them. Those can be accessed as properties of the <code>event.originalEvent</code> object.</p>
149149
<p>Example:</p>

0 commit comments

Comments
 (0)