diff --git a/lib/util/player_configuration.js b/lib/util/player_configuration.js index 22f9af6ce6..446d8d57a6 100644 --- a/lib/util/player_configuration.js +++ b/lib/util/player_configuration.js @@ -30,7 +30,10 @@ goog.require('shaka.util.Platform'); * @export */ shaka.util.PlayerConfiguration = class { - /** @return {shaka.extern.PlayerConfiguration} */ + /** + * @return {shaka.extern.PlayerConfiguration} + * @export + */ static createDefault() { // This is a relatively safe default in the absence of clues from the // browser. For slower connections, the default estimate may be too high.