Skip to content

Commit

Permalink
Fix lint errors, see #83
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Mar 14, 2019
1 parent f4a32a2 commit ceaf361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ define( function( require ) {

// phet-io
tandem: Tandem.required,
phetioDocumentation: '',
phetioDocumentation: ''
}, options );

// create the text nodes
Expand Down
2 changes: 1 addition & 1 deletion js/blackbody-spectrum/view/SavedGraphInformationPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ define( function( require ) {

// phet-io
tandem: Tandem.required,
phetioDocumentation: 'panel that contains saved blackbody temperatures',
phetioDocumentation: 'panel that contains saved blackbody temperatures'
}, options );

// The labels for all of the graphs' information
Expand Down

0 comments on commit ceaf361

Please sign in to comment.