소스 검색

Fix typo which made this module unusable

showControls instead of showControns
master
Roland 7 년 전
부모
커밋
cea12c9a8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/UI/etherpad/Etherpad.js

+ 1
- 1
modules/UI/etherpad/Etherpad.js 파일 보기

@@ -12,7 +12,7 @@ import Filmstrip from '../videolayout/Filmstrip';
12 12
  * Etherpad options.
13 13
  */
14 14
 const options = $.param({
15
-    showControns: true,
15
+    showControls: true,
16 16
     showChat: false,
17 17
     showLineNumbers: true,
18 18
     useMonospaceFont: false

Loading…
취소
저장