Merge pull request #96 from mkonicek/master
Fix a typo in CSSLayout.toString()
This commit is contained in:
@@ -50,7 +50,7 @@ public class CSSLayout {
|
||||
"left: " + left + ", " +
|
||||
"top: " + top + ", " +
|
||||
"width: " + width + ", " +
|
||||
"height: " + height +
|
||||
"height: " + height + ", " +
|
||||
"direction: " + direction +
|
||||
"}";
|
||||
}
|
||||
|
Reference in New Issue
Block a user