Skip to content

Commit

Permalink
const -> var
Browse files Browse the repository at this point in the history
  • Loading branch information
simonThiele committed Nov 23, 2015
1 parent 0b8e328 commit 6851b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/qunit-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function runStdLightTests( assert, lights ) {

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

const light = lights[i];
var light = lights[i];

// Clone
checkLightClone( light );
Expand Down

0 comments on commit 6851b41

Please sign in to comment.