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 ac49f78 commit 2a07a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/EnumerationIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const cacheMap = new Map();
/**
* This caching implementation should be kept in sync with the other parametric IO Type caching implementations.
* @param {Enumeration} enumeration
* @returns {function(new:ObjectIO)}
* @returns {IOType}
*/
const EnumerationIO = enumeration => {
assert && assert( enumeration, 'enumeration must be supplied' );
Expand Down

0 comments on commit 2a07a69

Please sign in to comment.