Skip to content

Commit ad3e554

Browse files
usmonsterkswedberg
authored andcommitted
jQuery.support(): Mark as deprecated as of version 1.9
1 parent 4d5f1fc commit ad3e554

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

categories.xml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
<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>
5757
]]></desc>
5858
</category>
59+
<category name="Deprecated 1.9" slug="deprecated-1.9">
60+
<desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery.
61+
<p>For more information, see the Release Notes/Changelog at <a href="http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/">http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/</a></p>
62+
]]></desc>
63+
</category>
5964
<category name="Deprecated 1.10" slug="deprecated-1.10">
6065
<desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery.
6166
<p>For more information, see the Release Notes/Changelog at <a href="http://blog.jquery.com/2013/05/24/jquery-1-10-0-and-2-0-1-released/">http://blog.jquery.com/2013/05/24/jquery-1-10-0-and-2-0-1-released/</a></p>

entries/jQuery.support.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry type="property" name="jQuery.support" return="Object">
2+
<entry type="property" name="jQuery.support" return="Object" deprecated="1.9">
33
<title>jQuery.support</title>
44
<signature>
55
<added>1.3</added>
@@ -9,4 +9,5 @@
99
<category slug="utilities"/>
1010
<category slug="version/1.3"/>
1111
<category slug="version/1.5.1"/>
12+
<category slug="deprecated/deprecated-1.9"/>
1213
</entry>

0 commit comments

Comments
 (0)