Skip to content

Commit 10f8053

Browse files
keithamuskoddsson
andauthored
use unpkg script
Co-authored-by: Kristján Oddsson <[email protected]>
1 parent 9772f8c commit 10f8053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@
739739
}
740740
</script>
741741
<script type="module">
742-
import * as support from '../lib/index.js'
743-
// import * as support from 'https://unpkg.com/@github/browser-support@latest/lib/index.js'
742+
// import * as support from '../lib/index.js'
743+
import * as support from 'https://unpkg.com/@github/browser-support@latest/lib/index.js'
744744
const polyfills = support.polyfills
745745
for(const el of document.querySelectorAll('[data-export]')) {
746746
let supported = false

0 commit comments

Comments
 (0)