From 83f514232e428fab44ea88a801552bcb0790db80 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 8 Sep 2017 15:21:48 -0400 Subject: [PATCH] bind `info` --- src/core/Core.js | 1 + 1 file changed, 1 insertion(+) 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)