Re: [dom] Text nodes .closest (#161)

ok, tend also to do the one below (since I'm using .closest on all sort of nodes that comes with range.commonAncestorContainer)
```
Document.prototype.closest = function() { 
 return null;
};
```

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/161#issuecomment-192021774

Received on Thursday, 3 March 2016 23:38:34 UTC