mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix tslint errors
This commit is contained in:
@ -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)) {
|
||||
|
@ -77,4 +77,4 @@ export class ViewModelBase extends Observable {
|
||||
child.visibility = "visible";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user