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
+7 -7
View File
@@ -3,7 +3,7 @@
// Definitions by: bquarmby <https://github.com/bquarmby>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module Siesta {
declare namespace Siesta {
/**
* @abstract
*/
@@ -57,7 +57,7 @@ declare module Siesta {
start(...descriptors: any[]): void;
}
module Harness {
namespace Harness {
interface ITestGroupDescriptor {
group: string;
@@ -228,7 +228,7 @@ declare module Siesta {
wait(title: string, howLong: number): void;
}
module Test {
namespace Test {
interface IActionCall {
(next: (...args: any[]) => void, ...previous: any[]): void;
}
@@ -246,8 +246,8 @@ declare module Siesta {
desc?: string;
}
module Action {
module Role {
namespace Action {
namespace Role {
/**
* @mixin
*/
@@ -408,7 +408,7 @@ declare module Siesta {
xit(name: string, code: Function, timeout?: number): void;
}
module BDD {
namespace BDD {
/**
@class
*/
@@ -592,7 +592,7 @@ declare module Siesta {
waitForPageLoad(callback: Function, scope?: any): void;
}
module Simulate {
namespace Simulate {
/**
* @mixin
*/