Skip to content

Commit

Permalink
Remove unnecessary TODO, see #198
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 28, 2018
1 parent 529e5ea commit 5e11500
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/interference/view/InterferenceScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ define( require => {
constructor( model, alignGroup ) {

const toLabel = string => new WaveInterferenceText( string, { fontSize: 10 } );
// TODO: use SceneToggleNode?
const waterSceneRange = new Range( 1, 5 );
const soundSceneRange = new Range( 100, 200 );
const lightSceneRange = new Range( 500, 2500 );
Expand Down
1 change: 0 additions & 1 deletion js/waves/view/WavesScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ define( require => {

/**
* Creates a ToggleNode that shows the primary or secondary source
* TODO: use SceneToggleNode?
* @param {boolean} isPrimarySource - true if it should show the primary source
*/
const createEmitterToggleNode = isPrimarySource => new ToggleNode( model.sceneProperty, [
Expand Down

0 comments on commit 5e11500

Please sign in to comment.