From 695747b49e5856bb62edc8d6dec60ddf05032cdf Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 21 Oct 2021 16:32:50 -0600 Subject: [PATCH] finished first pass on common view (still PDOM properties and some other common code are broken), https://github.com/phetsims/ratio-and-proportion/issues/404 --- js/EnumerationProperty.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/EnumerationProperty.js b/js/EnumerationProperty.js index b303dd8..b5e3807 100644 --- a/js/EnumerationProperty.js +++ b/js/EnumerationProperty.js @@ -12,6 +12,7 @@ import merge from '../../phet-core/js/merge.js'; import axon from './axon.js'; import Property from './Property.js'; +/** @template T */ class EnumerationProperty extends Property { /**