Skip to content

Commit 3fc31d0

Browse files
AurelioDeRosakswedberg
authored andcommitted
.not(): Clean up signatures/arguments. Fixes jquery#452. Closes jquery#515
1 parent 08e6cef commit 3fc31d0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

entries/not.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
<title>.not()</title>
44
<signature>
55
<added>1.0</added>
6-
<argument name="selector" type="Selector">
7-
<desc>A string containing a selector expression to match elements against.</desc>
8-
</argument>
9-
</signature>
10-
<signature>
11-
<added>1.0</added>
12-
<argument name="elements" type="Elements">
13-
<desc>One or more DOM elements to remove from the matched set.</desc>
6+
<argument name="selector">
7+
<desc>A string containing a selector expression, a DOM element, or an array of elements to match against the set.</desc>
8+
<type name="Selector"/>
9+
<type name="Element"/>
10+
<type name="Array"/>
1411
</argument>
1512
</signature>
1613
<signature>

0 commit comments

Comments
 (0)