From 94460558b2861c5a4b19c7a456e0963662d3e3a1 Mon Sep 17 00:00:00 2001 From: samreid Date: Tue, 29 Sep 2020 10:24:19 -0600 Subject: [PATCH] Change {function(new:ObjectIO)} to {IOType}, see https://github.com/phetsims/tandem/issues/211 --- js/common/model/RewindablePropertyIO.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); /**