From a4321f4ffef41f72626fbe94d3d93f9deae8755c Mon Sep 17 00:00:00 2001 From: MrTeferi Date: Mon, 21 Nov 2022 18:19:37 -0600 Subject: [PATCH] Add semicolon --- js/creator-23.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/creator-23.js b/js/creator-23.js index e1d2a4d1..ed8a3610 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -15,7 +15,7 @@ function fixUri(input) { } else { return prefix + input; //input.replace('/img/frames', prefix + '/img/frames'); } */ - return input + return input; } function setImageUrl(image, source) { image.crossOrigin = 'anonymous';