From 6ce6157d2a842c1d0d8d83aeae66679152d3bc8b Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Thu, 4 Dec 2014 17:36:22 -0800 Subject: [PATCH] add Element.prototype.closest() --- lib/polyfills.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/polyfills.json b/lib/polyfills.json index ab833bd..c402f24 100644 --- a/lib/polyfills.json +++ b/lib/polyfills.json @@ -164,6 +164,7 @@ "Element.prototype.replace()", "Element.prototype.remove()", "Element.prototype.matches()", + "Element.prototype.closest()", "Element.prototype.classList" ] },