mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
cleanup: Fix nullability declarations
Cleanup imported from an internal Google migration process, courtesy of Laura Harker. Change-Id: I11de518eafe6008938589e5250bdcaf8151267e9
This commit is contained in:
@@ -13,7 +13,7 @@ goog.require('shaka.text.Cue');
|
||||
describe('CeaDecoder', () => {
|
||||
const CeaUtils = shaka.test.CeaUtils;
|
||||
|
||||
/** @type {!string} */
|
||||
/** @type {string} */
|
||||
const DEFAULT_BG_COLOR = shaka.cea.CeaUtils.DEFAULT_BG_COLOR;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user