Skip to content

Commit

Permalink
Examples: Clean up. (mrdoob#23860)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored and abernier committed Sep 16, 2022
1 parent da7a755 commit cf3e2a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/webgl_multiple_elements_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@

<script>

const parent = document.scripts[ document.scripts.length - 1 ].parentNode;
/* eslint-disable prefer-const*/
let parent = document.scripts[ document.scripts.length - 1 ].parentNode;

parent.displacement = function ( x, y, z, t, target ) {

Expand Down

0 comments on commit cf3e2a6

Please sign in to comment.