mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update tslint rules (#7391)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {
|
||||
import {
|
||||
GridLayoutBase, ItemSpec, View, layout
|
||||
} from "./grid-layout-common";
|
||||
|
||||
@@ -242,7 +242,7 @@ class MeasureSpecs {
|
||||
|
||||
public child: View;
|
||||
private column: ItemSpec;
|
||||
private row: ItemSpec
|
||||
private row: ItemSpec;
|
||||
private columnIndex: number = 0;
|
||||
private rowIndex: number = 0;
|
||||
|
||||
@@ -712,7 +712,7 @@ class MeasureHelper {
|
||||
|
||||
this.fixColumns();
|
||||
|
||||
// Measure all elements that have star columns(already fixed), but no stars at the rows
|
||||
// Measure all elements that have star columns(already fixed), but no stars at the rows
|
||||
this.measureFixedColumnsNoStarRows();
|
||||
|
||||
this.fixRows();
|
||||
@@ -725,7 +725,7 @@ class MeasureHelper {
|
||||
this.fixRows();
|
||||
}
|
||||
else if (!fixColumns && fixRows) {
|
||||
// Measure all elements that have star rows(already fixed) but no star at the columns
|
||||
// Measure all elements that have star rows(already fixed) but no star at the columns
|
||||
this.measureNoStarColumnsFixedRows();
|
||||
|
||||
// Then
|
||||
|
||||
Reference in New Issue
Block a user