Skip to content

Commit

Permalink
Use InvertedBooleanProperty, see phetsims/wave-interference#426
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 3, 2020
1 parent 94fe636 commit cbd8c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/InvertedBooleanProperty.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright 2019-2020, University of Colorado Boulder

/**
* a boolean property that is always the opposite of the provided boolean property
* A boolean property that is always the opposite of the provided boolean property
* @author John Blanco (PhET Interactive Simulations)
*/

import BooleanProperty from '../../axon/js/BooleanProperty.js';
Expand Down

0 comments on commit cbd8c1c

Please sign in to comment.