Explorar el Código

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

Artur Paikin hace 7 años
padre
commit
93e5b898fe
Se han modificado 1 ficheros con 1 adiciones y 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 () {