phetsims / expression-exchange

"Expression Exchange" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 2 forks source link

lint failure #7

Closed phet-steele closed 8 years ago

phet-steele commented 8 years ago

@jbphet you have an unused variable! How could you?! :smile:

Running "eslint:allFiles" (eslint) task

/home/mendeleev/git/expression-exchange/js/common/view/ExpressionNode.js
  29:12  error  "addZigZagLine" is defined but never used  no-unused-vars

✖ 1 problem (1 error, 0 warnings)

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

Aborted due to warnings.