Hacker News new | ask | show | jobs
by mattyfo 4364 days ago
I'd disagree on the JS part. I think given the timeframe and context it's fine as is. He did do a lot of things right such as not leaking globals and using gulp/browserify.
1 comments

cell.js line 21 actually does leak a global, its an undeclared var reference, and will be attached to window in the browser.