mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
formatting
This commit is contained in:
Vendored
+2
-2
@@ -29,7 +29,7 @@ declare interface IXDomain {
|
||||
* Requests that do not match both the origin and the path regular expressions will be blocked.
|
||||
* @param masterObj
|
||||
*/
|
||||
masters(masterObj: Object): void;
|
||||
masters (masterObj: Object): void;
|
||||
origin: string;
|
||||
/**
|
||||
* When true, XDomain will log actions to console
|
||||
@@ -41,7 +41,7 @@ declare interface IXDomain {
|
||||
* @param event
|
||||
* @param handler
|
||||
*/
|
||||
on(event: "log"|"warn"|"timeout", handler: (message?: string) => any): void;
|
||||
on (event: "log"|"warn"|"timeout", handler: (message?: string) => any): void;
|
||||
cookies: XDomainCookies;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user