소스 검색

Update index.ejs

Artur Paikin 3 년 전
부모
커밋
becefa7abc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,