phetsims / masses-and-springs

"Masses and Springs" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 5 forks source link

CT enumeration is assigned a value but never used #356

Closed KatieWoe closed 4 years ago

KatieWoe commented 4 years ago

In basics as well:

masses-and-springs : build : phet
Failure to grunt snapshot-1582193703662/masses-and-springs:
Running "lint-all" task

/data/share/phet/continuous-testing/snapshot-1582193703662/masses-and-springs/js/common/MassesAndSpringsConstants.js
  12:9  error  'Enumeration' is assigned a value but never used  no-unused-vars

✖ 1 problem (1 error, 0 warnings)
Fatal error: 1 Lint Errors

Approximately 2/20/2020, 3:15:03 AM
Denz1994 commented 4 years ago

I just needed to remove an unused import statement. The commit above should have fixed this.