Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 24, 2019
1 parent 2f0d4e6 commit 9f0a38e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ define( function( require ) {
var BlackbodySpectrumControlPanel = require( 'BLACKBODY_SPECTRUM/blackbody-spectrum/view/BlackbodySpectrumControlPanel' );
var BlackbodySpectrumThermometer = require( 'BLACKBODY_SPECTRUM/blackbody-spectrum/view/BlackbodySpectrumThermometer' );
var Circle = require( 'SCENERY/nodes/Circle' );
var Dimension2 = require( 'DOT/Dimension2' );
var GraphDrawingNode = require( 'BLACKBODY_SPECTRUM/blackbody-spectrum/view/GraphDrawingNode' );
var inherit = require( 'PHET_CORE/inherit' );
var Path = require( 'SCENERY/nodes/Path' );
Expand All @@ -28,7 +27,6 @@ define( function( require ) {
var ScreenView = require( 'JOIST/ScreenView' );
var StarShape = require( 'SCENERY_PHET/StarShape' );
var Text = require( 'SCENERY/nodes/Text' );
var TriangleSliderThumb = require( 'BLACKBODY_SPECTRUM/blackbody-spectrum/view/TriangleSliderThumb' );
var Util = require( 'DOT/Util' );

// strings
Expand Down Expand Up @@ -119,7 +117,6 @@ define( function( require ) {
listener: function() {
model.reset();
graphNode.reset();
triangleNode.reset();
blackbodySpectrumThermometer.reset();
},
tandem: tandem.createTandem( 'resetAllButton' ),
Expand Down

0 comments on commit 9f0a38e

Please sign in to comment.