Enumerable was missing from the jQuery static space.

This commit is contained in:
rjamesnw
2013-07-16 00:49:40 -04:00
parent 63547ce185
commit 88a10c0a48

View File

@@ -14,3 +14,7 @@ declare module linqjs {
interface JQuery {
toEnumerable(): linqjs.Enumerable;
}
interface JQueryStatic {
Enumerable: linqjs.EnumerableStatic;
}