mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
tslint errors fixed
This commit is contained in:
@ -36,4 +36,3 @@ export const flexGrow = whenSelected(intHandler(setProperty(FlexboxLayout.setFle
|
||||
export const flexShrink = whenSelected(intHandler(setProperty(FlexboxLayout.setFlexShrink)));
|
||||
export const alignSelf = whenSelected(stringHandler(setProperty(FlexboxLayout.setAlignSelf)));
|
||||
export const flexWrapBefore = whenSelected(booleanHandler(setProperty(FlexboxLayout.setFlexWrapBefore)));
|
||||
|
||||
|
@ -1757,4 +1757,3 @@ function onBorderRadiusChanged(value: any): Array<styleProperty.KeyValuePair<sty
|
||||
styleProperty.registerShorthandCallback("border-color", onBorderColorChanged);
|
||||
styleProperty.registerShorthandCallback("border-width", onBorderWidthChanged);
|
||||
styleProperty.registerShorthandCallback("border-radius", onBorderRadiusChanged);
|
||||
|
||||
|
Reference in New Issue
Block a user