Skip to content

Commit 6851b41

Browse files
author
simonThiele
committed
const -> var
1 parent 0b8e328 commit 6851b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/qunit-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function runStdLightTests( assert, lights ) {
177177

178178
for ( var i = 0, l = lights.length; i < l; i++ ) {
179179

180-
const light = lights[i];
180+
var light = lights[i];
181181

182182
// Clone
183183
checkLightClone( light );

0 commit comments

Comments
 (0)