ChristopherChudzicki / math3d

Legacy version: Use math3d-react repo instead
MIT License
12 stars 4 forks source link

Declare variable in math3d_app.js #87

Closed stardust66 closed 7 years ago

stardust66 commented 7 years ago

Found one. Are there more?

ChristopherChudzicki commented 7 years ago

@stardust66 Oh, yes. After I sent you that email I did forget to declare it when I re-wrote that part of the controller.

I suspect there are more, but I wouldn't worry about it right now. (I might have forgot some myself, and if you forgot some they are probably in the unused controllers relating to login.) One way to fix this would be to make math3d_app.js run in 'use strict'; mode like math3d.js does.