fix(tslint): add correct semicolon option (#1777)

This commit is contained in:
eduhenke 2018-07-24 12:10:30 -03:00 committed by Dmitry Nehaychik
parent 99fa419bdf
commit 00e6ca5d96
3 changed files with 4 additions and 3 deletions

View file

@ -125,7 +125,7 @@ export class TemperatureDraggerComponent implements AfterViewInit, OnChanges {
// TODO: review set data to styles object
setTimeout(() => {
this.invalidateGradientArcs();
})
});
}
private calculateVars() {