mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix linq.jquery syntax error
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user