mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
bind info
This commit is contained in:
parent
f7ef4171d7
commit
83f514232e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue