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

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