updated libs and fixed new typescript errors

This commit is contained in:
Torkel Ödegaard
2017-11-27 12:14:57 +01:00
parent 415526ce45
commit e98af1b3fa
20 changed files with 1170 additions and 642 deletions

View File

@@ -12,7 +12,6 @@ export class TemplateSrv {
private index = {};
private grafanaVariables = {};
private builtIns = {};
private filters = {};
constructor() {
this.builtIns['__interval'] = {text: '1s', value: '1s'};
@@ -26,7 +25,6 @@ export class TemplateSrv {
updateTemplateData() {
this.index = {};
this.filters = {};
for (var i = 0; i < this.variables.length; i++) {
var variable = this.variables[i];