Skip to content

Commit 5163624

Browse files
AurelioDeRosakswedberg
authored andcommitted
find(): Merge two similar signatures introduced in the same version. Closes #555.
1 parent 6f40df9 commit 5163624

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

entries/find.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@
99
</signature>
1010
<signature>
1111
<added>1.6</added>
12-
<argument name="selection" type="jQuery">
13-
<desc>A jQuery object to match elements against.</desc>
14-
</argument>
15-
</signature>
16-
<signature>
17-
<added>1.6</added>
18-
<argument name="element" type="Element">
19-
<desc>An element to match elements against.</desc>
12+
<argument name="element">
13+
<desc>An element or a jQuery object to match elements against.</desc>
14+
<type name="Element"/>
15+
<type name="jQuery"/>
2016
</argument>
2117
</signature>
2218
<desc>Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.</desc>

0 commit comments

Comments
 (0)