1
0
Fork 0
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:
codedread 2017-02-21 12:05:03 -08:00
parent 0d27e9d9c0
commit d2a4329893
5 changed files with 302 additions and 317 deletions

View file

@ -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;