Skip to content

Commit

Permalink
fix 120 char newlines, phetsims/gravity-force-lab-basics#134
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 3, 2019
1 parent 746178c commit 0b9db80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/gravity-force-lab/view/MassControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ define( require => {
* @param {MassDescriber} massDescriber
* @param {Tandem} tandem
*/
constructor( titleString, valueProperty, massRange, thumbColor, massEnum, updateDescriptionProperties, alertManager,
massDescriber, tandem ) {
constructor( titleString, valueProperty, massRange, thumbColor, massEnum, updateDescriptionProperties,
alertManager, massDescriber, tandem ) {

super( titleString, unitsKgString, valueProperty, massRange, {
// panel options
Expand Down

0 comments on commit 0b9db80

Please sign in to comment.