Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+5 -5
View File
@@ -3,7 +3,7 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module LazyJS {
declare namespace LazyJS {
interface LazyStatic {
@@ -102,7 +102,7 @@ declare module LazyJS {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
module Sequence {
namespace Sequence {
function define(methodName: string[], overrides: Object): Function;
}
@@ -177,7 +177,7 @@ declare module LazyJS {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
module ArrayLikeSequence {
namespace ArrayLikeSequence {
function define(methodName: string[], overrides: Object): Function;
}
@@ -197,7 +197,7 @@ declare module LazyJS {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
module ObjectLikeSequence {
namespace ObjectLikeSequence {
function define(methodName: string[], overrides: Object): Function;
}
@@ -220,7 +220,7 @@ declare module LazyJS {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
module StringLikeSequence {
namespace StringLikeSequence {
function define(methodName: string[], overrides: Object): Function;
}