|
@@ -71,6 +71,7 @@ class Uppy {
|
|
|
this.updateMeta = this.updateMeta.bind(this)
|
|
|
this.initSocket = this.initSocket.bind(this)
|
|
|
this.log = this.log.bind(this)
|
|
|
+ this.info = this.info.bind(this)
|
|
|
this.addFile = this.addFile.bind(this)
|
|
|
this.removeFile = this.removeFile.bind(this)
|
|
|
this.calculateProgress = this.calculateProgress.bind(this)
|