mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added missing playsinline to PlayerVars
As seen at https://developers.google.com/youtube/player_parameters
This commit is contained in:
Vendored
+1
@@ -44,6 +44,7 @@ declare module YT {
|
||||
origin?: string;
|
||||
playerpiid?: string;
|
||||
playlist?: string[];
|
||||
playsinline?: number;
|
||||
rel?: number;
|
||||
showinfo?: number;
|
||||
start?: number;
|
||||
|
||||
Reference in New Issue
Block a user