mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
fix indent for getContainer and getEnvironment
This commit is contained in:
Vendored
+2
-2
@@ -255,8 +255,8 @@ interface JWPlayer {
|
||||
getSafeRegion(): Region;
|
||||
getState(): string;
|
||||
getVolume(): number;
|
||||
getContainer(): HTMLElement;
|
||||
getEnvironment(): Environment;
|
||||
getContainer(): HTMLElement;
|
||||
getEnvironment(): Environment;
|
||||
getWidth(): number;
|
||||
load(playlist: any[]): void;
|
||||
load(playlist: string): void;
|
||||
|
||||
Reference in New Issue
Block a user