From 93e5b898fe9b7258b9fcb82bccede799e75ea786 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Thu, 20 Jul 2017 11:27:45 +0200 Subject: [PATCH] return `this` from `run`, like we do with `use` --- src/core/Core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Core.js b/src/core/Core.js index 26e2a4a56..d5601ac47 100644 --- a/src/core/Core.js +++ b/src/core/Core.js @@ -668,7 +668,7 @@ class Uppy { // Install all plugins // this.installAll() - return + return this } upload () {