bind info

This commit is contained in:
Artur Paikin 2017-09-08 15:21:48 -04:00
parent f7ef4171d7
commit 83f514232e

View file

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