Skip to content

Commit e25e395

Browse files
yadimonAurelioDeRosa
authored andcommitted
jQuery.grep: Argument can be an Array-like object
Closes jquerygh-801
1 parent ea61638 commit e25e395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/jQuery.grep.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<desc>Finds the elements of an array which satisfy a filter function. The original array is not affected.</desc>
55
<signature>
66
<added>1.0</added>
7-
<argument name="array" type="Array">
8-
<desc>The array to search through.</desc>
7+
<argument name="array" type="ArrayLikeObject">
8+
<desc>The array-like object to search through.</desc>
99
</argument>
1010
<argument name="function" type="Function">
1111
<argument name="elementOfArray" type="Object" />

0 commit comments

Comments
 (0)