mirror of
https://github.com/codedread/bitjs
synced 2025-10-05 10:29:24 +02:00
Whitespace and a couple arrow functions
This commit is contained in:
parent
0d27e9d9c0
commit
d2a4329893
5 changed files with 302 additions and 317 deletions
|
@ -21,7 +21,6 @@ bitjs.archive.UnarchiveEvent = class {
|
|||
constructor(type) {
|
||||
/**
|
||||
* The event type.
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
this.type = type;
|
||||
|
@ -52,7 +51,6 @@ bitjs.archive.UnarchiveInfoEvent = class extends bitjs.archive.UnarchiveEvent {
|
|||
|
||||
/**
|
||||
* The information message.
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
this.msg = msg;
|
||||
|
@ -71,7 +69,6 @@ bitjs.archive.UnarchiveErrorEvent = class extends bitjs.archive.UnarchiveEvent {
|
|||
|
||||
/**
|
||||
* The information message.
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
this.msg = msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue