浏览代码

Fix typo which made this module unusable

showControls instead of showControns
j8
Roland 6 年前
父节点
当前提交
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

正在加载...
取消
保存