mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 11:07:51 +08:00
FIX: Yet more linting fixes
This commit is contained in:
@ -52,9 +52,7 @@ export default Component.extend(
|
||||
|
||||
this.resumable.on("fileProgress", file => {
|
||||
// update progress
|
||||
later(() =>
|
||||
this.set("progress", parseInt(file.progress() * 100, 10))
|
||||
);
|
||||
later(() => this.set("progress", parseInt(file.progress() * 100, 10)));
|
||||
});
|
||||
|
||||
this.resumable.on("fileSuccess", file => {
|
||||
|
Reference in New Issue
Block a user