File tree 2 files changed +0
-2
lines changed
apps/app/ui-tests-app/flexbox
tns-core-modules/ui/styling
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,3 @@ export const flexGrow = whenSelected(intHandler(setProperty(FlexboxLayout.setFle
36
36
export const flexShrink = whenSelected ( intHandler ( setProperty ( FlexboxLayout . setFlexShrink ) ) ) ;
37
37
export const alignSelf = whenSelected ( stringHandler ( setProperty ( FlexboxLayout . setAlignSelf ) ) ) ;
38
38
export const flexWrapBefore = whenSelected ( booleanHandler ( setProperty ( FlexboxLayout . setFlexWrapBefore ) ) ) ;
39
-
Original file line number Diff line number Diff line change @@ -1757,4 +1757,3 @@ function onBorderRadiusChanged(value: any): Array<styleProperty.KeyValuePair<sty
1757
1757
styleProperty . registerShorthandCallback ( "border-color" , onBorderColorChanged ) ;
1758
1758
styleProperty . registerShorthandCallback ( "border-width" , onBorderWidthChanged ) ;
1759
1759
styleProperty . registerShorthandCallback ( "border-radius" , onBorderRadiusChanged ) ;
1760
-
You can’t perform that action at this time.
0 commit comments