jQuery : updated "not" elements param to be an element or array of element

This commit is contained in:
Jan Bevers
2015-10-12 15:07:14 +02:00
parent 05b17e447e
commit a5e51041af
+1 -1
View File
@@ -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.
*