Fix typing on an anonymous function.

Review Request #14101 — Created Aug. 13, 2024 and submitted — Latest diff uploaded

Information

Ink
master

Reviewers

In one place inside the craft and paint implementation, we had an
anonymous function that was supposed to be typed, but the syntax was
wrong so it was defining the name of the variable but not the type.
Trivial fix.

Used with other changes in ink.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix typing on an anonymous function.
In one place inside the craft and paint implementation, we had an anonymous function that was supposed to be typed, but the syntax was wrong so it was defining the name of the variable but not the type. Trivial fix. Testing Done: Used with other changes in ink.
8df02c0839c5c5c1a33e2a03ddb50668c3c63145 David Trowbridge
src/ink/js/core/_craftAndPaint.ts
Loading...