fix(build): fixed issues with optimized build, fixes #6096

This commit is contained in:
Torkel Ödegaard
2016-09-22 10:22:16 +02:00
parent 39af588a94
commit d8df421b43
6 changed files with 5 additions and 62 deletions

View File

@@ -28,7 +28,7 @@ export class IntervalVariable implements Variable {
auto_count: 30,
};
/** @ngInject */
/** @ngInject **/
constructor(private model, private timeSrv, private templateSrv, private variableSrv) {
assignModelProperties(this, model, this.defaults);
this.refresh = 2;