Skip to content

Commit

Permalink
Update lib/utils/settings.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Kevin Schaaf <[email protected]>
  • Loading branch information
Steve Orvell and kevinpschaaf authored Oct 10, 2019
1 parent 124d878 commit dbd9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit dbd9140

Please sign in to comment.