sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 177 forks source link

Explicitely state all semicolons #60

Open gagern opened 9 years ago

gagern commented 9 years ago

This avoids relying on automatic semicolon insertion, to make the code cleaner and avoid pitfalls. The svd module in particular had many unterminated lines, likely due to its Python heritage. The insertion places were identified by JSHint.