mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
fix linq.jquery syntax error
This commit is contained in:
3
linq/linq.jquery.d.ts
vendored
3
linq/linq.jquery.d.ts
vendored
@@ -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