sousou03 / glmatrix

Automatically exported from code.google.com/p/glmatrix
0 stars 0 forks source link

Tiny syntax fixes #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I fixed some tiny syntax issues with semicolons that JSLint cried about.

Also, I switched from normal equal comparisons (== and !=) to strict equal 
comparisons (=== and !==) because the strict versions are much faster.

Thank you for your work.

Cheers!
Tero

Original issue reported on code.google.com by tala...@gmail.com on 18 Mar 2011 at 1:16

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by Tojiro@gmail.com on 7 Oct 2011 at 6:53