X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/fd38d4096e65ba5afba8ed1ddc75ed1814ca8c16..HEAD:/lib/screens/circle.js diff --git a/lib/screens/circle.js b/lib/screens/circle.js index 720e250..f5d37e3 100644 --- a/lib/screens/circle.js +++ b/lib/screens/circle.js @@ -8,7 +8,7 @@ */ module.exports = function (modulation, width, height, renderer) { - const response = []; + let response = []; const circles = width > height ? height : width;