Selaa lähdekoodia

commented module.exports

Artur Paikin 8 vuotta sitten
vanhempi
commit
40dfeefde3
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      src/core/Core.js

+ 6 - 0
src/core/Core.js

@@ -464,6 +464,12 @@ class Uppy {
   }
 }
 
+// module.exports = function (opts) {
+//   if (!(this instanceof Uppy)) {
+//     return new Uppy(opts)
+//   }
+// }
+
 export default function (opts) {
   if (!(this instanceof Uppy)) {
     return new Uppy(opts)