Skip to content

Commit 421f9f9

Browse files
committed
Remove prevValue from copied properties
prevValue was never copied, not sure how it got onto this list.
1 parent ef65c44 commit 421f9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

categories.xml

Lines changed: 2 additions & 2 deletions
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, prevValue, relatedTarget, screenX, screenY, shiftKey, target, view, which</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>
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>
@@ -406,7 +406,7 @@ jQuery.event.props.push( "dataTransfer" );
406406
<p>For more information, see the Release Notes/Changelog at <a href="http://blog.jquery.com/2012/08/09/jquery-1-8-released/">http://blog.jquery.com/2012/08/09/jquery-1-8-released/</a></p>
407407
<hr/>
408408
]]></desc>
409-
</category>
409+
</category>p
410410
<category name="Version 1.9" slug="1.9">
411411
<desc><![CDATA[
412412
<p>Aspects of the API that were changed in the corresponding version of jQuery. Changes in jQuery 1.9 dealt primarily removal or modification of several APIs that behaved inconsistently or inefficiently in the past. A <a href="https://github.com/jquery/jquery-migrate">jQuery Migrate Plugin</a> was offered to help developers with a transitional upgrade path.

0 commit comments

Comments
 (0)