Skip to content

Commit

Permalink
docs: Fix AdsLoadedEvent and its description (shaka-project#4816)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuyl committed Dec 14, 2022
1 parent 35033bb commit 4955814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ads/ad_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ goog.require('shaka.util.IReleasable');


/**
* @event shaka.ads.AdManager.ADS_LOADED
* @description Fired when an ad has started playing.
* @event shaka.ads.AdManager.AdsLoadedEvent
* @description Fired when a sequence of ads has been loaded.
* @property {string} type
* 'ads-loaded'
* @property {number} loadTime
Expand Down

0 comments on commit 4955814

Please sign in to comment.