소스 검색

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

Artur Paikin 7 년 전
부모
커밋
93e5b898fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () {