mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery : updated "not" elements param to be an element or array of element
This commit is contained in:
Vendored
+1
-1
@@ -3050,7 +3050,7 @@ interface JQuery {
|
||||
*
|
||||
* @param elements One or more DOM elements to remove from the matched set.
|
||||
*/
|
||||
not(elements: Element[]): JQuery;
|
||||
not(elements: Element|Element[]): JQuery;
|
||||
/**
|
||||
* Remove elements from the set of matched elements.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user