typescript: updated tslint and fixed new warnings

This commit is contained in:
Torkel Ödegaard
2017-04-20 11:16:37 +02:00
parent 98266bd95a
commit f1276774a0
34 changed files with 107 additions and 308 deletions

View File

@@ -136,7 +136,7 @@ class MetricsPanelCtrl extends PanelCtrl {
this.calculateInterval();
return this.datasource;
};
}
calculateInterval() {
var intervalOverride = this.panel.interval;
@@ -194,7 +194,7 @@ class MetricsPanelCtrl extends PanelCtrl {
if (this.panel.hideTimeOverride) {
this.timeInfo = '';
}
};
}
issueQueries(datasource) {
this.datasource = datasource;