Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that number|string union is number
The new Closure Compiler complains that a number|string union from a map in MpdUtils is used in a calculation. In practice, we know that this specific value is always a number, so we add an assertion to satisfy the newer compiler's type checks. Issue #2528 Change-Id: Id12de47d2dd4a12f9cc35879bee8da5ee25cdd70
- Loading branch information