From e7df1943aee99ecf07e035208f2f238697c88337 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 23 Aug 2018 16:19:37 +0200 Subject: [PATCH] boom: Changed getUid() to getId() for freesewing v0.10 --- packages/plugin-theme/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-theme/src/index.js b/packages/plugin-theme/src/index.js index b8a6ebc056e..bc05e55fd90 100644 --- a/packages/plugin-theme/src/index.js +++ b/packages/plugin-theme/src/index.js @@ -33,7 +33,7 @@ export default { this.defs += ``; - part.paths[part.getUid()] = new this.pattern.Path() + part.paths[part.getId()] = new this.pattern.Path() .move(part.topLeft) .line(new this.pattern.Point(part.topLeft.x, part.bottomRight.y)) .line(part.bottomRight)