mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
changed var to let in 50 files (#13075)
This commit is contained in:
committed by
Torkel Ödegaard
parent
b494a29e02
commit
552a61b6ae
@@ -140,7 +140,7 @@ export class ElasticMetricAggCtrl {
|
||||
$scope.updateMovingAvgModelSettings = function() {
|
||||
const modelSettingsKeys = [];
|
||||
const modelSettings = queryDef.getMovingAvgSettings($scope.agg.settings.model, false);
|
||||
for (var i = 0; i < modelSettings.length; i++) {
|
||||
for (let i = 0; i < modelSettings.length; i++) {
|
||||
modelSettingsKeys.push(modelSettings[i].value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user