just a small fix
Closed this issue · 1 comments
alisabri commented
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,