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