Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Nov 22, 2022
1 parent 4ee8838 commit a4321f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/creator-23.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a4321f4

Please sign in to comment.