diff --git a/painting/factory.js b/painting/factory.js index 98afa5d..4b95c29 100644 --- a/painting/factory.js +++ b/painting/factory.js @@ -10,5 +10,7 @@ export default { let opts = Shape.randomOptions(); let shape = Shape.fromOptions(opts); + + return shape; } };