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

sim fails lint #69

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago
% grunt lint
Running "jshint:repoFiles" (jshint) task
Linting js/neuron/view/ParticlesCanvasNode.js ...ERROR
[L22:C16] W098: 'woodImage' is defined but never used.
  var woodImage = require( 'image!NEURON/wood_128x128.jpg' );

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

Aborted due to warnings.
%