Fix tslint errors

This commit is contained in:
Svetoslav Tsenov
2017-05-01 23:37:29 +03:00
parent 864bbb81d0
commit 0023bdaeb5
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ export class ViewModelWithPercentage extends ViewModelBase {
}
}
public onMinWidthMinHeight(args: { eventName: string, object: any }): void {
let view = args.object;
if (!PercentLength.equals(view.marginLeft, 105)) {

View File

@ -77,4 +77,4 @@ export class ViewModelBase extends Observable {
child.visibility = "visible";
}
}
}
}