Skip to content

I node the rules

Compare
Choose a tag to compare
@andrejewski andrejewski released this 03 Nov 15:28
· 36 commits to master since this release

This release has two fixes:

  • Node.prototype.contains. This used to be on the Element, but any Node has contains.
  • Deduplication of event handlers. If the same listener isaddEventListener'd multiple times it should only be added once.