Merge pull request #7828 from AyaMorisawa/patch-9

Remove trailing whitespaces
This commit is contained in:
Masahiro Wakame
2016-01-29 13:36:17 +09:00
+4 -4
View File
@@ -24,10 +24,10 @@ declare module WebFont {
fontactive?(familyName:string, fvd:string):void;
/** This event is triggered if the font can't be loaded. */
fontinactive?(familyName:string, fvd:string):void;
/** Child window or iframes to manage fonts for */
context?:Array<string>;
custom?:Custom;
google?:Google;
typekit?:Typekit;
@@ -35,7 +35,7 @@ declare module WebFont {
monotype?:Monotype;
}
export interface Google {
families:Array<string>;
families:Array<string>;
text?: string;
}
export interface Typekit {
@@ -53,7 +53,7 @@ declare module WebFont {
projectId?:string;
version?:number;
}
}
declare module "webfontloader" {
export = WebFont;