Skip to content

Commit

Permalink
Update page.js (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiloNL authored Aug 7, 2023
1 parent 57af5e2 commit 407c26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/navigate/src/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function cloneScriptTag(el) {
script.textContent = el.textContent
script.async = el.async

for (attr of el.attributes) {
for (let attr of el.attributes) {
script.setAttribute(attr.name, attr.value)
}

Expand Down

0 comments on commit 407c26f

Please sign in to comment.