mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
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