commit | 2ad05d85e7080ae474713431531e20b6a3c600b0 | [log] [tgz] |
---|---|---|
author | airnan <hernantorrisi@gmail.com> | Tue Nov 02 07:52:58 2021 -0400 |
committer | airnan <hernantorrisi@gmail.com> | Tue Nov 02 07:52:58 2021 -0400 |
tree | 3203a25b2a79457629c029e7fe5ff9d8d0e42a8c | |
parent | cfd04e8c52263f0d0364a1fbce6ac3862563092b [diff] |
removed unused return statement from function
diff --git a/images/screenshot.js b/images/screenshot.js index 596d71e..d308974 100644 --- a/images/screenshot.js +++ b/images/screenshot.js
@@ -55,7 +55,6 @@ iframeElement.contentWindow.document.open(); iframeElement.contentWindow.document.write(innerContent); iframeElement.contentWindow.document.close(); - return iframeElement; }; const createCanvasSnapshot = (element, container, width, height) => {