mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -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);
|
OS.duplicateAsset(md5, fileName);
|
||||||
me.md5 = name;
|
me.md5 = name;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
var isPng = md5.substr(md5.length - 3) == 'png';
|
var isPng = md5.substr(md5.length - 3) == 'png';
|
||||||
if (isPng && (MediaLib.keys[name] || name.indexOf('/') > -1)) {
|
if (isPng && (MediaLib.keys[name] || name.indexOf('/') > -1)) {
|
||||||
|
|
Loading…
Reference in a new issue