Fix Use elements do not reset template bug

This commit is contained in:
Horcrux
2017-01-08 22:16:31 +08:00
parent 7ed906d989
commit 88cacb69f6
2 changed files with 0 additions and 18 deletions
@@ -108,16 +108,6 @@ public class GroupShadowNode extends RenderableShadowNode {
});
}
@Override
public void mergeProperties(final VirtualNode target, final ReadableArray mergeList, final boolean inherited) {
traverseChildren(new NodeRunnable() {
public boolean run(VirtualNode node) {
node.mergeProperties(target, mergeList, inherited);
return true;
}
});
}
@Override
public void resetProperties() {
traverseChildren(new NodeRunnable() {