Fix a missing generic in the CollectionComparator type.

Review Request #12923 — Created March 25, 2023 and submitted — Latest diff uploaded

Information

Spina
master

Reviewers

The recent change for collections introduced some new types for
collection comparators. This was missing a generic for TModel, which
didn't affect unit tests, but did affect building the package.

This adds the missing generics.

Successfully built a package.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix a missing generic in the CollectionComparator type.
The recent change for collections introduced some new types for collection comparators. This was missing a generic for `TModel`, which didn't affect unit tests, but did affect building the package. This adds the missing generics.
a1507bae233faa747bc155e051833e1ea885f1c4 Christian Hammond
src/@types/backbone/index.d.ts
Loading...