mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: neuecc <http://www.codeplex.com/site/users/view/neuecc>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module linqjs {
|
||||
declare namespace linqjs {
|
||||
interface IEnumerator {
|
||||
current(): any;
|
||||
moveNext(): boolean;
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
// todo: jQuery plugin, RxJS Binding
|
||||
|
||||
declare module linq {
|
||||
declare namespace linq {
|
||||
|
||||
interface EnumerableStatic {
|
||||
Choice<T>(...contents: T[]): Enumerable<T>;
|
||||
|
||||
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
/// <reference path="linq.d.ts"/>
|
||||
|
||||
declare module linqjs {
|
||||
declare namespace linqjs {
|
||||
interface Enumerable {
|
||||
tojQuery(): JQuery;
|
||||
tojQueryAsArray(): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user