Fix typo which made this module unusable
showControls instead of showControns
This commit is contained in:
parent
05b7e6facc
commit
cea12c9a8b
|
@ -12,7 +12,7 @@ import Filmstrip from '../videolayout/Filmstrip';
|
|||
* Etherpad options.
|
||||
*/
|
||||
const options = $.param({
|
||||
showControns: true,
|
||||
showControls: true,
|
||||
showChat: false,
|
||||
showLineNumbers: true,
|
||||
useMonospaceFont: false
|
||||
|
|
Loading…
Reference in New Issue