Hacker News new | ask | show | jobs
by Nican 4053 days ago
For the second example on the memory leak section (https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re...), wouldn't just changing "el.style" to "this.style" fix the memory leak?