Skip to content

Commit

Permalink
remove redeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
TRMSC committed Nov 2, 2023
1 parent 95594bc commit 223b553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ generateScene = () => {
})
.then(templateContent => {
// Handle template content
let templateContent = templateContent;
templateContent = templateContent.replace(/\$URL/g, url);
templateContent = templateContent.replace(/\$WIDTH/g, wInput.value);
templateContent = templateContent.replace(/\$HEIGHT/g, hInput.value);
Expand Down

0 comments on commit 223b553

Please sign in to comment.