Skip to content

Commit 1e3b163

Browse files
authored
jQuery: Document the jQuery(selector, selector) signature
Fixes gh-1060 Closes gh-1169
1 parent 44e75ed commit 1e3b163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entries/jQuery.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<argument name="context" optional="true">
1212
<type name="Element"/>
1313
<type name="jQuery"/>
14-
<desc>A DOM Element, Document, or jQuery to use as context</desc>
14+
<type name="Selector"/>
15+
<desc>A DOM Element, Document, jQuery or selector to use as context</desc>
1516
</argument>
1617
</signature>
1718
<signature>

0 commit comments

Comments
 (0)