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

Lint issue #73

Closed jonathanolson closed 9 years ago

jonathanolson commented 9 years ago
phetLibs = assert,axon,babel,brand,chipper,dot,griddle,joist,kite,neuron,phet-core,phetcommon,scenery,scenery-phet,sherpa,sun

Running "jshint:allFiles" (jshint) task
Linting ../griddle/js/XYDataSeriesNode.js ...ERROR
[L20:C32] W098: 'computeShapeBounds' is defined but never used.
    function computeShapeBounds() {

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

Aborted due to warnings.
jbphet commented 9 years ago

This appears to have been fixed at some point in the past. Closing.