This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(closure-compiler): use Number to cast (#289)
parseInt requires two arguments within Google (the second is the radix) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt: "Always specify this parameter" Casting with Number('1') is better.
- Loading branch information