gameshow-2019/mobile/onsenui/esm/polyfills/polyfill-switches.js

5 lines
162 B
JavaScript

// For @onsenui/custom-elements
if (window.customElements) {
// even if native CE1 impl exists, use polyfill
window.customElements.forcePolyfill = true;
}