Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jsdoc for PropertyEffects.splice (#5367)
Array.prototype.splice has its "deleteCount" parameter optional. When omitted, all items of the arrays are removed. This works with a polymer element "splice" method, but the typing does not correspond and TypeScript prevents it. Fixes #5366
- Loading branch information