mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
refactoring code
This commit is contained in:
committed by
Danny Coates
parent
e3611ded17
commit
c539ed6282
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 = () => {
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user