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
+2 -2
View File
@@ -6,7 +6,7 @@
/// <reference path="../node/node.d.ts" />
/// <reference path="../chai/chai.d.ts" />
declare module Chai {
declare namespace Chai {
interface ChaiStatic {
request: ChaiHttpRequest;
@@ -37,7 +37,7 @@ declare module Chai {
}
}
declare module ChaiHttp {
declare namespace ChaiHttp {
interface Promise<T> {
then<U>(onFulfilled: (value: T) => U, onRejected?: (reason: any) => U): Promise<U>;
}