Skip to content

Commit

Permalink
Change {function(new:ObjectIO)} to {IOType}, see phetsims/tandem#211
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 29, 2020
1 parent ecb158d commit 9446055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/RewindablePropertyIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import RewindableProperty from './RewindableProperty.js';
* @author Sam Reid (PhET Interactive Simulations)
*/

// {Map.<cacheKey:function(new:ObjectIO), function(new:ObjectIO)>} - Cache each parameterized RewindablePropertyIO so that it is only created once
// {Map.<IOType, IOType>} - Cache each parameterized RewindablePropertyIO so that it is only created once
const cache = new Map();

/**
Expand Down

0 comments on commit 9446055

Please sign in to comment.