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 #76

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago
Running "jshint:allFiles" (jshint) task
Linting ../neuron/js/neuron/view/ParticleTextureMap2.js ...ERROR
[L75:C12] W098: 'i' is defined but never used.
      var i = 0;
Linting ../neuron/js/neuron/view/ParticleTextureMap2.js ...ERROR
[L76:C12] W098: 'j' is defined but never used.
      var j = 0;
Linting ../neuron/js/neuron/view/ParticleTextureMap2.js ...ERROR
[L78:C29] W098: 'particlesPerColumn' is defined but never used.
      var particlesPerColumn = 1;
Linting ../neuron/js/neuron/view/ParticleTextureMap2.js ...ERROR
[L79:C26] W098: 'particlesPerRow' is defined but never used.
      var particlesPerRow = 1;

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

Aborted due to warnings.
jbphet commented 9 years ago

fixed, closing