Move serialize path to native side

This commit is contained in:
Horcrux
2017-01-06 14:57:06 +08:00
parent 4112d60c52
commit 0a6dc56b68
2 changed files with 2 additions and 6 deletions

View File

@@ -99,9 +99,7 @@ const UseAttributes = merge({
}, RenderableAttributes);
const PathAttributes = merge({
d: {
diff: arrayDiffer
}
d: true
}, RenderableAttributes);
const TextAttributes = merge({