- From: Cyril Auburtin <notifications@github.com>
- Date: Thu, 03 Mar 2016 15:38:03 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 3 March 2016 23:38:34 UTC
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