prettier, build

This commit is contained in:
Anton Lavrenov
2018-07-24 11:07:13 +07:00
parent a6d3426de9
commit 40416a0cee
4 changed files with 69 additions and 58 deletions

View File

@@ -1436,7 +1436,10 @@
if (transformsEnabled === 'all') {
at.multiply(node.getTransform());
} else if (transformsEnabled === 'position') {
at.translate(node.getX() - node.getOffsetX(), node.getY() - node.getOffsetY());
at.translate(
node.getX() - node.getOffsetX(),
node.getY() - node.getOffsetY()
);
}
}, top);
return at;