Fix a typo in CSSLayout.toString
This commit is contained in:
@@ -50,7 +50,7 @@ public class CSSLayout {
|
|||||||
"left: " + left + ", " +
|
"left: " + left + ", " +
|
||||||
"top: " + top + ", " +
|
"top: " + top + ", " +
|
||||||
"width: " + width + ", " +
|
"width: " + width + ", " +
|
||||||
"height: " + height +
|
"height: " + height + ", " +
|
||||||
"direction: " + direction +
|
"direction: " + direction +
|
||||||
"}";
|
"}";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user