remove unnecessary this

This commit is contained in:
Horcrux
2016-11-09 10:09:59 +08:00
parent 06870e4f97
commit 374d716f0b
@@ -246,7 +246,7 @@ public abstract class RNSVGVirtualNode extends LayoutShadowNode {
abstract public int hitTest(Point point, @Nullable Matrix matrix);
public int hitTest(Point point) {
return this.hitTest(point, null);
return hitTest(point, null);
}
public boolean isResponsible() {