Parcourir la source

Update index.ejs

Artur Paikin il y a 3 ans
Parent
commit
becefa7abc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,