mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Update jquery.d.ts
missing parentsUntil signature
This commit is contained in:
Vendored
+1
@@ -785,6 +785,7 @@ interface JQuery {
|
||||
|
||||
parentsUntil(selector?: string, filter?: string): JQuery;
|
||||
parentsUntil(element?: Element, filter?: string): JQuery;
|
||||
parentsUntil(obj?: JQuery, filter?: string): JQuery;
|
||||
|
||||
prev(selector?: string): JQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user