Skip to content

Commit

Permalink
Merge pull request #2516 from Orange-OpenSource/update-ts-definition
Browse files Browse the repository at this point in the history
update typescript definition
  • Loading branch information
epiclabsDASH committed Apr 9, 2018
2 parents 8586168 + 78ec881 commit 1b93110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ declare namespace dashjs {
isMuted(): boolean;
setVolume(value: number): void;
getVolume(): number;
time(streamId: string): number;
time(streamId: string | undefined): number;
duration(): number;
timeAsUTC(): number;
durationAsUTC(): number;
Expand Down

0 comments on commit 1b93110

Please sign in to comment.