domitry/elegans

just a small fix

Closed this issue · 1 comments

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,

Thank you @alisabri !