mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #775 from rjamesnw/patch-1
Enumerable was missing from the jQuery static space.
This commit is contained in:
Vendored
+4
@@ -14,3 +14,7 @@ declare module linqjs {
|
||||
interface JQuery {
|
||||
toEnumerable(): linqjs.Enumerable;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
Enumerable: linqjs.EnumerableStatic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user