domitry / elegans

Elegant 3D plots generator with WebGL.
http://elegans.readthedocs.org/
Other
59 stars 20 forks source link

just a small fix #5

Closed alisabri closed 9 years ago

alisabri commented 9 years ago

Hi, Thanks for sharing this code.

This could be a small bug; in utils.js line 13. "exports" returned without declared locally so it could pollute global space and may cause an error for libraries for exporting modules. Should not it be :

13 var exports = {

Regards,

domitry commented 9 years ago

Thank you @alisabri !