Skip to content

Commit

Permalink
chore: Stop using "Object" in UI annotations (#7945)
Browse files Browse the repository at this point in the history
Related to #1672
  • Loading branch information
avelad authored Jan 24, 2025
1 parent 2106a03 commit 6fe041c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/ad_statistics_button.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ shaka.ui.AdStatisticsButton = class extends shaka.ui.Element {
/** @private {!Array} */
this.statisticsList_ = [];

/** @private {!Object<string, (number | !Array<number>)>} */
/** @private {!shaka.extern.AdsStats} */
this.currentStats_ = this.adManager.getStats();

/** @private {!Map<string, HTMLElement>} */
Expand Down
2 changes: 1 addition & 1 deletion ui/statistics_button.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ shaka.ui.StatisticsButton = class extends shaka.ui.Element {
/** @private {!Array} */
this.skippedStats_ = ['stateHistory', 'switchHistory'];

/** @private {!Object<string, number>} */
/** @private {!shaka.extern.Stats} */
this.currentStats_ = this.player.getStats();

/** @private {!Map<string, HTMLElement>} */
Expand Down

0 comments on commit 6fe041c

Please sign in to comment.