mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-15 07:10:00 -04:00
update typedefs & fix runtime error
This commit is contained in:
parent
cad6e700f0
commit
b670fd3d4f
2 changed files with 3 additions and 1 deletions
|
@ -83,6 +83,7 @@ function genCss(str, scoped) {
|
|||
const styleElement = document.createElement('style')
|
||||
document.head.appendChild(styleElement)
|
||||
|
||||
let newstr, selfstr
|
||||
if (scoped) {
|
||||
/* POLYFILL.SCOPE.START */
|
||||
if (!scopeSupported) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue