mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-29 00:41:07 +08:00
Fix appendChild
Reviewed By: mdvacca Differential Revision: D7128443 fbshipit-source-id: 4eedea4df2b636eb9589cbe5e84c5c6a8aa33539
This commit is contained in:
committed by
Facebook Github Bot
parent
6404529b76
commit
78b30659bc
@@ -13,7 +13,7 @@ import java.util.Comparator;
|
||||
* Data structure that couples view tag to it's index in parent view. Used for managing children
|
||||
* operation.
|
||||
*/
|
||||
/* package */ class ViewAtIndex {
|
||||
public class ViewAtIndex {
|
||||
public static Comparator<ViewAtIndex> COMPARATOR = new Comparator<ViewAtIndex>() {
|
||||
@Override
|
||||
public int compare(ViewAtIndex lhs, ViewAtIndex rhs) {
|
||||
|
||||
Reference in New Issue
Block a user