Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jun 26, 2024
1 parent ae14da5 commit 9921d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ads/media_tailor_ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ shaka.ads.MediaTailorAd = class {
/** @private {?mediaTailor.Ad} */
this.ad_ = mediaTailorAd;

/** @private {?number} */
this.skipOffset_ = this.parseTime_(this.ad_.skipOffset);

/** @private {HTMLMediaElement} */
Expand Down

0 comments on commit 9921d12

Please sign in to comment.