refactoring code
This commit is contained in:
parent
e3611ded17
commit
c539ed6282
5 changed files with 225 additions and 95 deletions
10
public/file.js
Normal file
10
public/file.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
function ProgressEmitter(name, uuid, type) {
|
||||
this.name = name;
|
||||
this.uuid = uuid;
|
||||
this.type = type;
|
||||
this.link = null;
|
||||
|
||||
this.emit = () => {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue