From fc9284da026cac4083c9840d1c317d939f7b16cd Mon Sep 17 00:00:00 2001 From: blue Date: Sun, 18 Nov 2018 21:17:26 +0300 Subject: [PATCH] typo --- painting/factory.js | 2 ++ 1 file changed, 2 insertions(+) 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; } };