Skip to content

Commit ceee7dd

Browse files
authored
Examples: Clean up. (#21597)
1 parent e67922c commit ceee7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/js/curves/NURBSUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238

239239
}
240240

241-
const r = p;
241+
let r = p;
242242

243243
for ( let k = 1; k <= n; ++ k ) {
244244

examples/jsm/curves/NURBSUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class NURBSUtils {
257257

258258
}
259259

260-
const r = p;
260+
let r = p;
261261

262262
for ( let k = 1; k <= n; ++ k ) {
263263

0 commit comments

Comments
 (0)