fix linq.jquery syntax error

This commit is contained in:
jraymakers
2013-07-27 18:43:34 -07:00
parent e915de9573
commit 401707e3b7

View File

@@ -3,6 +3,7 @@
// Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc)
/// <reference path="../jquery/jquery.d.ts"/>
/// <reference path="linq.d.ts"/>
declare module linqjs {
interface Enumerable {
@@ -16,5 +17,5 @@ interface JQuery {
}
interface JQueryStatic {
Enumerable: linqjs.EnumerableStatic;
Enumerable: linq.EnumerableStatic;
}