tslint errors fixed

This commit is contained in:
Vladimir Enchev
2016-10-27 15:33:39 +03:00
parent 05cd636fc8
commit e27995a889
2 changed files with 0 additions and 2 deletions

View File

@ -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)));

View File

@ -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);