-
Notifications
You must be signed in to change notification settings - Fork 53
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
IE 11 not supported #22
Comments
te7a-houdini/laravel-trix/resources/views/trixassets.blade.php for (var tag of laravelTrixInstanceStyles) { |
fixed in v2 |
Hey!!!!!!!! fixed in v2.0.0. But, it came back again in v2.0.1. why? |
Did you change only "of" to "in"? I am not good at English, so please understand that I am using a translator. I write the code for normal operation below as much as possible. FROM
TO
OR
I didn't check, but I simply wrote the code, thinking about the difference between "in" and "of" in javascript. Try it. |
@dvlpr91 no problems . ok i got it now . i will reopen the issue and we can convert to normal for loop |
error occured
...
for (var tag of laravelTrixInstanceStyles) {
...
what the for ... of
The text was updated successfully, but these errors were encountered: