Jelajahi Sumber

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

Artur Paikin 7 tahun lalu
induk
melakukan
93e5b898fe
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 () {