Browse Source

bind `info`

Artur Paikin 7 years ago
parent
commit
83f514232e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/Core.js

+ 1 - 0
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)