mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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 {
|
public onMinWidthMinHeight(args: { eventName: string, object: any }): void {
|
||||||
let view = args.object;
|
let view = args.object;
|
||||||
if (!PercentLength.equals(view.marginLeft, 105)) {
|
if (!PercentLength.equals(view.marginLeft, 105)) {
|
||||||
|
|||||||
@@ -77,4 +77,4 @@ export class ViewModelBase extends Observable {
|
|||||||
child.visibility = "visible";
|
child.visibility = "visible";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user