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

griddle fails lint #72

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago
% grunt lint
...
Running "jshint:repoFiles" (jshint) task
Linting js/XYDataSeriesNode.js ...ERROR
[L20:C32] W098: 'computeShapeBounds' is defined but never used.
    function computeShapeBounds() {
...
pixelzoom commented 9 years ago

oops, wrong repo, this belongs in griddle, which neuron uses.