diff --git a/src/core/Core.js b/src/core/Core.js index 85ac26b15..2ec220729 100644 --- a/src/core/Core.js +++ b/src/core/Core.js @@ -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)