From d2bdf68400c39ca9218b0a96a1921caacba60771 Mon Sep 17 00:00:00 2001 From: Chad Killingsworth Date: Sun, 17 Feb 2019 07:40:25 -0600 Subject: [PATCH] Quote the getStyle method of the custom style element. The method is referenced as a quoted property in ShadyCSS and so needs to be quoted here to ensure closure compiler ADVANCED mode property renaming does not rename this method. --- lib/elements/custom-style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elements/custom-style.html b/lib/elements/custom-style.html index a4c65ec7c2..8a39463598 100644 --- a/lib/elements/custom-style.html +++ b/lib/elements/custom-style.html @@ -77,7 +77,7 @@ * * @return {HTMLStyleElement} This element's light-DOM `