mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #915 from MaceWindu/master
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