Fix an lgtm alert.
This commit is contained in:
parent
ce9176a58e
commit
962a45c5e1
@ -133,7 +133,7 @@ export class Importer
|
||||
|
||||
LoadFiles (fileList, fileSource, onReady)
|
||||
{
|
||||
let newFileList = new FileList (this.importers);
|
||||
let newFileList = new FileList ();
|
||||
if (fileSource === FileSource.Url) {
|
||||
newFileList.FillFromFileUrls (fileList);
|
||||
} else if (fileSource === FileSource.File) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user