Fix a typo in CSSLayout.toString

This commit is contained in:
Martin Konicek
2015-07-30 12:22:14 +01:00
parent 93d6f84d3a
commit b8981485d4

View File

@@ -50,7 +50,7 @@ public class CSSLayout {
"left: " + left + ", " +
"top: " + top + ", " +
"width: " + width + ", " +
"height: " + height +
"height: " + height + ", " +
"direction: " + direction +
"}";
}