Skip to content

Commit a05af32

Browse files
AurelioDeRosakswedberg
authored andcommitted
.filter: Update signature. An array of elements works as well. Closes jquery#396
1 parent 08bdef4 commit a05af32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/filter.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</signature>
1616
<signature>
1717
<added>1.4</added>
18-
<argument name="element" type="Element">
19-
<desc>An element to match the current set of elements against.</desc>
18+
<argument name="elements" type="Element">
19+
<desc>One or more DOM elements to match the current set of elements against.</desc>
2020
</argument>
2121
</signature>
2222
<signature>

0 commit comments

Comments
 (0)