mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-05 17:50:03 +00:00
Merge pull request #775 from rjamesnw/patch-1
Enumerable was missing from the jQuery static space.
This commit is contained in:
4
linq/linq.jquery.d.ts
vendored
4
linq/linq.jquery.d.ts
vendored
@@ -14,3 +14,7 @@ declare module linqjs {
|
||||
interface JQuery {
|
||||
toEnumerable(): linqjs.Enumerable;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
Enumerable: linqjs.EnumerableStatic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user