Skip to content

Commit

Permalink
var -> const using eslint auto fix, phetsims/tasks#1012
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2019
1 parent bd7ae29 commit 38712aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/UtteranceTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define( require => {
return fn( ...args );
}

var alerts = [];
let alerts = [];

let intervalID = null;
QUnit.module( 'Utterance', {
Expand Down

0 comments on commit 38712aa

Please sign in to comment.