Skip to content

Commit

Permalink
fix(FEC-12613): fix isImg() public API name (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold authored and JonathanTGold committed Feb 8, 2023
1 parent b40af9c commit 14bce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaltura-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ class KalturaPlayer extends FakeEventTarget {
return hasImageSource(this.sources) && !(typeof this.config.sources.duration === 'number' && this.config.sources.duration > 0);
}

isImg(): boolean {
isImage(): boolean {
return hasImageSource(this.sources);
}

Expand Down

0 comments on commit 14bce01

Please sign in to comment.