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
+1 -1
View File
@@ -840,7 +840,7 @@ var customMatchers: jasmine.CustomMatcherFactories = {
}
};
// add the custom matchers to interface jasmine.Matchers via TypeScript declaration merging
declare module jasmine {
declare namespace jasmine {
interface Matchers {
toBeGoofy(expected?: any): boolean;
}
+1 -1
View File
@@ -41,7 +41,7 @@ declare function runs(asyncMethod: Function): void;
declare function waitsFor(latchMethod: () => boolean, failureMessage?: string, timeout?: number): void;
declare function waits(timeout?: number): void;
declare module jasmine {
declare namespace jasmine {
var clock: () => Clock;
+1 -1
View File
@@ -26,7 +26,7 @@ declare function runs(asyncMethod: Function): void;
declare function waitsFor(latchMethod: () => boolean, failureMessage?: string, timeout?: number): void;
declare function waits(timeout?: number): void;
declare module jasmine {
declare namespace jasmine {
var Clock: Clock;