From cdd0660e3058d7d1bf34807ec749c97b5754b1f2 Mon Sep 17 00:00:00 2001 From: Aesop Wolf Date: Fri, 26 Aug 2016 13:35:28 -0700 Subject: [PATCH] Update sharp.js --- src/sharp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharp.js b/src/sharp.js index ebb5ab4..f8aeeba 100644 --- a/src/sharp.js +++ b/src/sharp.js @@ -27,7 +27,7 @@ const transform = (image, options = {}) => { return image[key].apply(image, value); } return image; - }, image.clone(); + }, image.clone()); }; /**