phetsims / vegas

Reusable game components for PhET simulations.
MIT License
1 stars 4 forks source link

Use DialogOptions in RewardDialog. #103

Closed pixelzoom closed 2 years ago

pixelzoom commented 2 years ago

In RewardDialog.ts:

type DialogOptions = any; //TODO https://github.com/phetsims/vegas/issues/103 Dialog.js has not been ported to TypeScript

When Dialog has been converted to TypeScript, this workaround should be removed.

pixelzoom commented 2 years ago

Looks like I did this in f35ec858a29c31b7f70d5d8975c68bea73d5cc5c.

Closing.