Skip to content

Commit e27995a

Browse files
committed
tslint errors fixed
1 parent 05cd636 commit e27995a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/app/ui-tests-app/flexbox/flexbox.ts

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ export const flexGrow = whenSelected(intHandler(setProperty(FlexboxLayout.setFle
3636
export const flexShrink = whenSelected(intHandler(setProperty(FlexboxLayout.setFlexShrink)));
3737
export const alignSelf = whenSelected(stringHandler(setProperty(FlexboxLayout.setAlignSelf)));
3838
export const flexWrapBefore = whenSelected(booleanHandler(setProperty(FlexboxLayout.setFlexWrapBefore)));
39-

tns-core-modules/ui/styling/style.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1757,4 +1757,3 @@ function onBorderRadiusChanged(value: any): Array<styleProperty.KeyValuePair<sty
17571757
styleProperty.registerShorthandCallback("border-color", onBorderColorChanged);
17581758
styleProperty.registerShorthandCallback("border-width", onBorderWidthChanged);
17591759
styleProperty.registerShorthandCallback("border-radius", onBorderRadiusChanged);
1760-

0 commit comments

Comments
 (0)