Skip to content
Snippets Groups Projects
Commit f1e2d1b2 authored by Karishma Chadha's avatar Karishma Chadha
Browse files

Fix typo.

parent 0bbf92f9
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ const spriteUpload = function (fileData, fileType, spriteName, storage, handleSp ...@@ -183,7 +183,7 @@ const spriteUpload = function (fileData, fileType, spriteName, storage, handleSp
} }
case 'image/svg+xml': case 'image/svg+xml':
case 'image/png': case 'image/png':
case 'imag/jpeg': { case 'image/jpeg': {
// Make a sprite from an image by making it a costume first // Make a sprite from an image by making it a costume first
// let costume = null; // let costume = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment