mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 10:05:59 -05:00
code lint
This commit is contained in:
parent
d656f28ca8
commit
06626cca07
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export default class Page {
|
|||
OS.duplicateAsset(md5, fileName);
|
||||
me.md5 = name;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
var isPng = md5.substr(md5.length - 3) == 'png';
|
||||
if (isPng && (MediaLib.keys[name] || name.indexOf('/') > -1)) {
|
||||
|
|
Loading…
Reference in a new issue