mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Fix syntax
This commit is contained in:
parent
23e0018566
commit
f0a79017e5
@ -925,11 +925,11 @@ class EmulatorJS {
|
||||
return URL.createObjectURL(new Blob([threadData], {type: "application/javascript"}));
|
||||
}
|
||||
},
|
||||
getSavExt() => {
|
||||
getSavExt: () => {
|
||||
if (this.saveFileExt) {
|
||||
return this.saveFileExt;
|
||||
return "." + this.saveFileExt;
|
||||
}
|
||||
return "srm";
|
||||
return ".srm";
|
||||
}
|
||||
}).then(module => {
|
||||
this.Module = module;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user