diff --git a/js/common/model/RewindablePropertyIO.js b/js/common/model/RewindablePropertyIO.js index 53cde4cf..0e4be4a1 100644 --- a/js/common/model/RewindablePropertyIO.js +++ b/js/common/model/RewindablePropertyIO.js @@ -11,7 +11,7 @@ import RewindableProperty from './RewindableProperty.js'; * @author Sam Reid (PhET Interactive Simulations) */ -// {Map.} - Cache each parameterized RewindablePropertyIO so that it is only created once +// {Map.} - Cache each parameterized RewindablePropertyIO so that it is only created once const cache = new Map(); /**