Skip to content

Commit

Permalink
Fixed missing closing curly brace at the end of CaptionRenderedEvent …
Browse files Browse the repository at this point in the history
…in index.d.ts.
  • Loading branch information
WadeAlex committed Aug 6, 2018
1 parent 0da2b25 commit 16be8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/typings/index.d.ts
Expand Up @@ -390,6 +390,7 @@ declare namespace dashjs {
type: MediaPlayerEvents['CAPTION_RENDERED'];
captionDiv: HTMLDivElement;
currentTrackIdx: number;
}

export interface CaptionContainerResizeEvent extends Event {
type: MediaPlayerEvents['CAPTION_CONTAINER_RESIZE'];
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -390,6 +390,7 @@ declare namespace dashjs {
type: MediaPlayerEvents['CAPTION_RENDERED'];
captionDiv: HTMLDivElement;
currentTrackIdx: number;
}

export interface CaptionContainerResizeEvent extends Event {
type: MediaPlayerEvents['CAPTION_CONTAINER_RESIZE'];
Expand Down

0 comments on commit 16be8f8

Please sign in to comment.