|
|
@ -541,7 +541,7 @@ export class File extends Widget { |
|
|
|
// We can still show some information
|
|
|
|
// We can still show some information
|
|
|
|
} |
|
|
|
} |
|
|
|
this.fireEvent(File.EVENT_PROGRESS, { |
|
|
|
this.fireEvent(File.EVENT_PROGRESS, { |
|
|
|
file: this.file, |
|
|
|
file: _wrap.file, |
|
|
|
total: rpe.total, |
|
|
|
total: rpe.total, |
|
|
|
loaded: rpe.loaded, |
|
|
|
loaded: rpe.loaded, |
|
|
|
simulation: rpe.simulation, |
|
|
|
simulation: rpe.simulation, |
|
|
|