Browse Source

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

Artur Paikin 7 years ago
parent
commit
93e5b898fe
1 changed files with 1 additions and 1 deletions
  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 () {