This repository was archived by the owner on Jun 5, 2020. 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 block function type warnings in assert.js
Closure compiler produced the following warnings: assert.js:117: WARNING - Bad type annotation. missing opening ( * @param {function} block ^ assert.js:126: WARNING - Bad type annotation. missing opening ( * @param {function} block ^ Fix by adding argument types to the block functions. Signed-off-by: Kevin Locke <[email protected]>
- Loading branch information