Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with IE #88

Open
mykola-shkut opened this issue Jul 24, 2020 · 0 comments
Open

problem with IE #88

mykola-shkut opened this issue Jul 24, 2020 · 0 comments

Comments

@mykola-shkut
Copy link

when I include your core to my project in IE
I receive error
Assignment to read-only properties is not allowed in strict mode
util.js (147,1)
could you fix it
for example
changing line utils,js:147
from
if (style) wrapper.style = style;
to
if (style) wrapper.style.cssText = style;

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant