Skip to content

Commit

Permalink
correct issue URL, phetsims/chipper#946
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 4, 2023
1 parent 0d51c1f commit 0aec09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/realmolecules/view/RealMoleculeViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class RealMoleculeViewer extends Node {

moleculeProperty.link( molecule => {

//TODO populate elementsProperty with [Elements] for the selected molecule, see https://github.com/phetsims/molecule-polarity/15
//TODO populate elementsProperty with [Elements] for the selected molecule, see https://github.com/phetsims/molecule-polarity/issues/15
} );
}

Expand Down

0 comments on commit 0aec09b

Please sign in to comment.