Ver código fonte

Update index.ejs

Artur Paikin 3 anos atrás
pai
commit
becefa7abc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      website/themes/uppy/layout/index.ejs

+ 1 - 1
website/themes/uppy/layout/index.ejs

@@ -197,7 +197,7 @@
     COMPANION_ENDPOINT = '//companion.uppy.io'
   }
 
-  var uppy = Uppy.Core({ debug: true })
+  var uppy = new Uppy.Core({ debug: true })
     .use(Uppy.Dashboard, {
       target: '#demo',
       inline: true,