Skip to content

Commit

Permalink
removed some "// sounds" comments that were left over from the ES6 mo…
Browse files Browse the repository at this point in the history
…dule migration, see phetsims/chipper#875
  • Loading branch information
jbphet committed Jun 8, 2020
1 parent dcc9da5 commit b1f8299
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import validate from '../../axon/js/validate.js';
const ENABLED_PROPERTY_TANDEM_NAME = 'enabledProperty';
const BOOLEAN_VALIDATOR = { valueType: 'boolean' };

// sounds

/**
* @param {Node} content
* @param {Property.<boolean>} property
Expand Down

0 comments on commit b1f8299

Please sign in to comment.