Skip to content

Commit

Permalink
Revert for in to for of (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaelftah authored Mar 6, 2020
1 parent 6a37b9e commit 495c463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/trixassets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function laravelTrixConfig (event) {
var style = document.createElement('style');
style.type = 'text/css';
for (var tag in laravelTrixInstanceStyles) {
for (var tag of laravelTrixInstanceStyles) {
style.innerHTML += tag.textContent + ' ';
}
Expand Down

0 comments on commit 495c463

Please sign in to comment.