From dbd9140af39812e435c56a6bdd1a39ddaa371389 Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Thu, 10 Oct 2019 11:56:54 -0700 Subject: [PATCH] Update lib/utils/settings.js Co-Authored-By: Kevin Schaaf --- lib/utils/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/settings.js b/lib/utils/settings.js index 380c7d9928..6685be2be3 100644 --- a/lib/utils/settings.js +++ b/lib/utils/settings.js @@ -15,7 +15,7 @@ export const useNativeCustomElements = !(window.customElements.polyfillWrapFlush export const supportsAdoptingStyleSheets = useShadow && ('adoptedStyleSheets' in Document.prototype) && ('replaceSync' in CSSStyleSheet.prototype) && - // Since space may change, feature detect exact API we need + // Since spec may change, feature detect exact API we need (() => { try { const sheet = new CSSStyleSheet();