Browse Source

commented module.exports

Artur Paikin 8 years ago
parent
commit
40dfeefde3
1 changed files with 6 additions and 0 deletions
  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)