Skip to content

Commit 28c300c

Browse files
pobockskswedberg
authored andcommitted
addBack(): Fix incorrect versioning
1 parent 352e17a commit 28c300c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/addBack.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<entry type="method" name="addBack" return="jQuery">
33
<title>.addBack()</title>
44
<signature>
5-
<added>1.6</added>
5+
<added>1.8</added>
66
<argument name="selector" type="Selector" optional="true">
77
<desc>A string containing a selector expression to match the current set of elements against.</desc>
88
</argument>
@@ -62,5 +62,5 @@ p, div { margin:5px; padding:5px; }
6262
]]></html>
6363
</example>
6464
<category slug="traversing/miscellaneous-traversal"/>
65-
<category slug="version/1.2"/>
65+
<category slug="version/1.8"/>
6666
</entry>

0 commit comments

Comments
 (0)