phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

Unexpected chained assignment when declaring variable #106

Closed Denz1994 closed 4 years ago

Denz1994 commented 4 years ago

Found while running grunt lint:

/Users/denz1994/Git/phet/build-a-molecule/js/model/Kit.js
  610:23  error  Unexpected chained assignment when declaring variable  no-multi-assign-on-declaration

/Users/denz1994/Git/phet/build-a-molecule/js/view/KitView.js
  48:22  error  Unexpected chained assignment when declaring variable  no-multi-assign-on-declaration
  51:25  error  Unexpected chained assignment when declaring variable  no-multi-assign-on-declaration
Denz1994 commented 4 years ago

This commit fixed this error. Closing this issue.