phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

neuron fails lint #81

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago
% grunt lint
...
Linting js/neuron/NeuronScreen.js ...ERROR
[L17:C22] W098: 'NeuronConstants' is defined but never used.
  var NeuronConstants = require( 'NEURON/neuron/NeuronConstants' );
Linting js/neuron/view/ParticlesWebGLNode.js ...ERROR
[L18:C14] W098: 'Bounds2' is defined but never used.
  var Bounds2 = require( 'DOT/Bounds2' );

Warning: Task "jshint:repoFiles" failed. Use --force to continue.

Aborted due to warnings.
jbphet commented 9 years ago

This isn't failing now, was probably fixed by other commits, closing.