Skip to content

Commit

Permalink
Convert AccordionBox to TypeScript, see phetsims/sun#738
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 13, 2022
1 parent 1081235 commit 77774ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/documentation/InstanceRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class InstanceRegistry {
* Adds a screenshot of the given scenery Node
* @param {string} repoName
* @param {string} typeName
* @param {Node} instance
* @param {../../../scenery/js/nodes/Node} instance
* @public
*/
static registerDataURL( repoName, typeName, instance ) {
Expand Down

0 comments on commit 77774ba

Please sign in to comment.