Skip to content

Commit

Permalink
fixes for author-annotation lint rule, phetsims/chipper#1414
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 5, 2024
1 parent 4d54551 commit fccde82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/view/PointySliderThumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* PointySliderThumb is the thumb used for the Electronegativity sliders.
* It points up, has rounded corners, and origin at top center.
* See https://github.com/phetsims/molecule-polarity/issues/39
*
* @author Chris Malley (PixelZoom, Inc.)
*/

import Dimension2 from '../../../../dot/js/Dimension2.js';
Expand Down
2 changes: 2 additions & 0 deletions js/realmolecules/model/mol2Data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/**
* Mol2 data for Molecule Polarity molecules.
* These strings were created by processing files in data/mol2/ with bin/mol2string.sh
*
* @author Chris Malley (PixelZoom, Inc.)
*/

import moleculePolarity from '../../moleculePolarity.js';
Expand Down

0 comments on commit fccde82

Please sign in to comment.