From 38712aaac29225b74813b6b6e8be243298c5763a Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 19 Sep 2019 14:25:42 -0800 Subject: [PATCH] var -> const using eslint auto fix, https://github.com/phetsims/tasks/issues/1012 --- js/accessibility/UtteranceTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accessibility/UtteranceTests.js b/js/accessibility/UtteranceTests.js index 739306f..00ac0b8 100644 --- a/js/accessibility/UtteranceTests.js +++ b/js/accessibility/UtteranceTests.js @@ -28,7 +28,7 @@ define( require => { return fn( ...args ); } - var alerts = []; + let alerts = []; let intervalID = null; QUnit.module( 'Utterance', {