Explorar o código

return `this` from `run`, like we do with `use`

Artur Paikin %!s(int64=7) %!d(string=hai) anos
pai
achega
93e5b898fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/Core.js

+ 1 - 1
src/core/Core.js

@@ -668,7 +668,7 @@ class Uppy {
     // Install all plugins
     // this.installAll()
 
-    return
+    return this
   }
 
   upload () {