Fix a typo in CSSLayout.toString() #96

Merged
mkonicek merged 1 commits from master into master 2015-08-05 16:00:29 -07:00

View File

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